diff --git a/webinterface.py b/webinterface.py
index 0743ad403..02d062a9f 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -68,7 +68,8 @@ def individualPostAsHtml(postJsonObject: {}) -> str:
if attachmentCtr>0:
attachmentStr+='
'
attachmentStr+= \
- '\n'
+ '' \
+ '\n'
attachmentCtr+=1
return \