diff --git a/webinterface.py b/webinterface.py
index 796436a26..581118f6f 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -830,6 +830,7 @@ def htmlHashtagSearch(cssCache: {},
showIndividualPostIcons = True
allowDeletion = False
hashtagSearchForm += \
+ '
\n' + \
individualPostAsHtml(True, recentPostsCache,
maxRecentPosts,
iconsDir, translate, None,
@@ -1192,6 +1193,7 @@ def htmlHistorySearch(cssCache: {}, translate: {}, baseDir: str,
showIndividualPostIcons = True
allowDeletion = False
historySearchForm += \
+ '
\n' + \
individualPostAsHtml(True, recentPostsCache,
maxRecentPosts,
iconsDir, translate, None,