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