More separators

merge-requests/8/head
Bob Mottram 2020-11-06 22:08:43 +00:00
parent fcdf096ce1
commit c4ca2935fa
1 changed files with 2 additions and 0 deletions

View File

@ -830,6 +830,7 @@ def htmlHashtagSearch(cssCache: {},
showIndividualPostIcons = True showIndividualPostIcons = True
allowDeletion = False allowDeletion = False
hashtagSearchForm += \ hashtagSearchForm += \
'<hr class="postLine">\n' + \
individualPostAsHtml(True, recentPostsCache, individualPostAsHtml(True, recentPostsCache,
maxRecentPosts, maxRecentPosts,
iconsDir, translate, None, iconsDir, translate, None,
@ -1192,6 +1193,7 @@ def htmlHistorySearch(cssCache: {}, translate: {}, baseDir: str,
showIndividualPostIcons = True showIndividualPostIcons = True
allowDeletion = False allowDeletion = False
historySearchForm += \ historySearchForm += \
'<hr class="postLine">\n' + \
individualPostAsHtml(True, recentPostsCache, individualPostAsHtml(True, recentPostsCache,
maxRecentPosts, maxRecentPosts,
iconsDir, translate, None, iconsDir, translate, None,