diff --git a/webinterface.py b/webinterface.py index faeea474f..0743ad403 100644 --- a/webinterface.py +++ b/webinterface.py @@ -73,7 +73,8 @@ def individualPostAsHtml(postJsonObject: {}) -> str: return \ '
\n' \ - 'Avatar\n'+ \ + '' \ + 'Avatar\n'+ \ postJsonObject['object']['content']+'\n'+ \ attachmentStr+ \ ''+postJsonObject['object']['published']+'\n'+ \