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'):