diff --git a/webinterface.py b/webinterface.py index f53fa5f91..2e1c0b86a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -531,6 +531,8 @@ def htmlSuspended(baseDir: str) -> str: return suspendedForm def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str: + """New post screen + """ reportUrl=None if '/newreport?=' in path: reportUrl=path.split('/newreport?=')[1] @@ -649,6 +651,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str: ' ' \ ' ' \ ' ' \ + ' Search for emoji'+ \ ' '+ \ replyStr+ \ ' ' \