From 22d82542da6b238544043092ff25cfa243c9146e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 23 Oct 2020 11:16:23 +0100 Subject: [PATCH] Show blog icon --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 436058fc..9eedad2c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2806,7 +2806,7 @@ def htmlNewPost(mediaInstance: bool, translate: {}, dropDownContent += " " \ '
  • ' + \ + iconsDir + '/scope_blog.png"/>' + \ translate['Blog'] + '
    ' + \ translate['Publicly visible post'] + '
  • \n' dropDownContent += " " \