diff --git a/webinterface.py b/webinterface.py index 65303b65..9cc85d45 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1882,11 +1882,10 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ ' \n' \ ' '+imageDescription+'\n' \ ' \n' - if postJsonObject['object'].get('content'): - galleryStr+= \ - '
'+postJsonObject['object']['content']+'
\n' - galleryStr+= \ - '\n' + #if postJsonObject['object'].get('content'): + # galleryStr+= \ + # '
'+postJsonObject['object']['content']+'
\n' + galleryStr+='\n' attachmentStr+= \ '' \ ''+imageDescription+'\n'