mirror of https://gitlab.com/bashrc2/epicyon
Use hidden
parent
99cf867ae1
commit
9a03272ad1
|
@ -685,7 +685,8 @@ def _add_hash_tags(word_str: str, http_prefix: str, domain: str,
|
|||
}
|
||||
replace_hashtags[word_str] = "<a href=\"" + hashtag_url + \
|
||||
"\" class=\"mention hashtag\" rel=\"tag\" tabindex=\"10\">" + \
|
||||
"<span aria-label="">#</span><span>" + hashtag + "</span></a>"
|
||||
"<span aria-hidden=\"true\">#</span><span>" + \
|
||||
hashtag + "</span></a>"
|
||||
return True
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue