diff --git a/webinterface.py b/webinterface.py index 2be77922..751b86da 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3216,9 +3216,9 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ attachmentStr,galleryStr= \ getPostAttachmentsAsHtml(postJsonObject,boxName,translate, \ - isMuted, \ - replyStr,announceStr,likeStr, \ - bookmarkStr,deleteStr,muteStr) + isMuted, \ + replyStr,announceStr,likeStr, \ + bookmarkStr,deleteStr,muteStr) publishedStr='' if postJsonObject['object'].get('published'):