Reverse logic

main
Bob Mottram 2020-10-27 18:02:05 +00:00
parent 481af8e46f
commit 0962ba9e1e
1 changed files with 1 additions and 1 deletions

View File

@ -2807,7 +2807,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
iconsDir + '/scope_public.png"/><b>' + \
translate['Public'] + '</b><br>' + \
translate['Visible to anyone'] + '</li></a>\n'
if defaultTimeline != 'tlnews':
if defaultTimeline == 'tlnews':
dropDownContent += " " \
'<a href="' + pathBase + dropdownNewBlogSuffix + \
'"><li><img loading="lazy" alt="" title="" src="/' + \