mirror of https://gitlab.com/bashrc2/epicyon
Alt for scope icon
parent
e2411f441d
commit
89794ce03c
|
@ -1015,8 +1015,8 @@ def htmlNewPost(translate: {},baseDir: str, \
|
||||||
shareOptionOnDropdown=''
|
shareOptionOnDropdown=''
|
||||||
questionOptionOnDropdown=''
|
questionOptionOnDropdown=''
|
||||||
if not replyStr:
|
if not replyStr:
|
||||||
shareOptionOnDropdown='<a href="'+pathBase+'/newshare"><img loading="lazy" src="/'+iconsDir+'/scope_share.png"/><b>'+translate['Shares']+'</b><br>'+translate['Describe a shared item']+'</a>'
|
shareOptionOnDropdown='<a href="'+pathBase+'/newshare"><img loading="lazy" alt="" title="" src="/'+iconsDir+'/scope_share.png"/><b>'+translate['Shares']+'</b><br>'+translate['Describe a shared item']+'</a>'
|
||||||
questionOptionOnDropdown='<a href="'+pathBase+'/newquestion"><img loading="lazy" src="/'+iconsDir+'/scope_question.png"/><b>'+translate['Question']+'</b><br>'+translate['Ask a question']+'</a>'
|
questionOptionOnDropdown='<a href="'+pathBase+'/newquestion"><img loading="lazy" alt="" title="" src="/'+iconsDir+'/scope_question.png"/><b>'+translate['Question']+'</b><br>'+translate['Ask a question']+'</a>'
|
||||||
|
|
||||||
mentionsStr=''
|
mentionsStr=''
|
||||||
for m in mentions:
|
for m in mentions:
|
||||||
|
|
Loading…
Reference in New Issue