From c4ca2935fa7e18e15ded9a2b83035d8d4589c75c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 6 Nov 2020 22:08:43 +0000 Subject: [PATCH] More separators --- webinterface.py | 2 ++ 1 file changed, 2 insertions(+) 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,