forked from indymedia/epicyon
Reverse logic
parent
481af8e46f
commit
0962ba9e1e
|
@ -2807,7 +2807,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
|
||||||
iconsDir + '/scope_public.png"/><b>' + \
|
iconsDir + '/scope_public.png"/><b>' + \
|
||||||
translate['Public'] + '</b><br>' + \
|
translate['Public'] + '</b><br>' + \
|
||||||
translate['Visible to anyone'] + '</li></a>\n'
|
translate['Visible to anyone'] + '</li></a>\n'
|
||||||
if defaultTimeline != 'tlnews':
|
if defaultTimeline == 'tlnews':
|
||||||
dropDownContent += " " \
|
dropDownContent += " " \
|
||||||
'<a href="' + pathBase + dropdownNewBlogSuffix + \
|
'<a href="' + pathBase + dropdownNewBlogSuffix + \
|
||||||
'"><li><img loading="lazy" alt="" title="" src="/' + \
|
'"><li><img loading="lazy" alt="" title="" src="/' + \
|
||||||
|
|
Loading…
Reference in New Issue