mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
200dcbd899
commit
20477ef2b2
|
@ -644,6 +644,7 @@ def htmlHashtagSearch(cssCache: {},
|
|||
allowLocalNetworkAccess: bool,
|
||||
themeName: str, systemLanguage: str) -> str:
|
||||
"""Show a page containing search results for a hashtag
|
||||
or after selecting a hashtag from the swarm
|
||||
"""
|
||||
if hashtag.startswith('#'):
|
||||
hashtag = hashtag[1:]
|
||||
|
|
Loading…
Reference in New Issue