diff --git a/webinterface.py b/webinterface.py
index 84ac947db..71ef73b2a 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -1202,10 +1202,10 @@ def addEmbeddedAudio(content: str) -> str:
if not (w.startswith('http') or w.startswith('dat:') or '/' in w):
continue
url=w
- content+=''
return content
def addEmbeddedVideo(content: str,width=400,height=300) -> str:
@@ -1235,10 +1235,10 @@ def addEmbeddedVideo(content: str,width=400,height=300) -> str:
if not (w.startswith('http') or w.startswith('dat:') or '/' in w):
continue
url=w
- content+=''
return content
def addEmbeddedVideoFromSites(content: str,width=400,height=300) -> str:
@@ -1447,10 +1447,10 @@ def individualPostAsHtml(baseDir: str, \
if attachmentCtr>0:
attachmentStr+='
'
attachmentStr+= \
- ' ' \
- ' '
attachmentCtr+=1
elif mediaType=='audio/mp3' or \
mediaType=='audio/ogg':
@@ -1461,10 +1461,10 @@ def individualPostAsHtml(baseDir: str, \
if attachmentCtr>0:
attachmentStr+='
'
attachmentStr+= \
- ' ' \
- ' ' \
+ '' \
+ '' \
'Your browser does not support the audio tag.' \
- ''
+ ''
attachmentCtr+=1
attachmentStr+=''