diff --git a/webinterface.py b/webinterface.py
index 2ec394f6..f32883cc 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -2374,14 +2374,15 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
attachmentStr+='
'
if boxName=='tlmedia':
galleryStr+='
\n'
- galleryStr+='
\n'
- galleryStr+='
\n'
- galleryStr+=' \n'
+ if not isMuted:
+ galleryStr+='
\n'
+ galleryStr+='
\n'
+ galleryStr+=' \n'
if postJsonObject['object'].get('url'):
imagePostUrl=postJsonObject['object']['url']
else:
imagePostUrl=postJsonObject['object']['id']
- if imageDescription:
+ if imageDescription and not isMuted:
galleryStr+='
'+imageDescription+'
\n'
else:
galleryStr+='
'
@@ -2409,17 +2410,18 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
attachmentStr+='
'
if boxName=='tlmedia':
galleryStr+='