From a01a94b5ae25c8507b123f3f61f631bd664bb7d2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 24 Aug 2019 13:43:06 +0100 Subject: [PATCH] New report ending --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index ea237446a..a0de9afe1 100644 --- a/webinterface.py +++ b/webinterface.py @@ -547,7 +547,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str: reportUrl=None if '/newreport?' in path: reportUrl=path.split('/newreport?')[1] - path=path.split('/newreport?')[0] + path=path.split('/newreport?')[0]+'/newreport' replyStr='' if not path.endswith('/newshare'): if not path.endswith('/newreport'):