mirror of https://gitlab.com/bashrc2/epicyon
More separators
parent
fcdf096ce1
commit
c4ca2935fa
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue