From faeff04a88c5dd5da6104c85e730daf32d66f3cf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 24 Aug 2019 13:51:16 +0100 Subject: [PATCH] Simpler --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 7473c3b86..bf236395c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -642,7 +642,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str: # For moderation reports add a link to the post reported if reportUrl: - mentionsStr='Reported link\n\n' + mentionsStr='Reported link: '+reportUrl+'\n\n' reportOptionOnDropdown='Report
Send to moderators
' newPostForm+= \