diff --git a/webinterface.py b/webinterface.py index a0de9afe..7473c3b8 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: - mentionStr='Reported link: '+reportUrl+'\n\n' + mentionsStr='Reported link\n\n' reportOptionOnDropdown='Report
Send to moderators
' newPostForm+= \