mirror of https://gitlab.com/bashrc2/epicyon
Separator after post
parent
127934698e
commit
58a9a49dc3
|
@ -581,9 +581,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
|
|
||||||
if currTlStr:
|
if currTlStr:
|
||||||
itemCtr += 1
|
itemCtr += 1
|
||||||
|
tlStr += currTlStr
|
||||||
if separatorStr:
|
if separatorStr:
|
||||||
tlStr += separatorStr
|
tlStr += separatorStr
|
||||||
tlStr += currTlStr
|
|
||||||
if boxName == 'tlmedia':
|
if boxName == 'tlmedia':
|
||||||
tlStr += '</div>\n'
|
tlStr += '</div>\n'
|
||||||
|
|
||||||
|
@ -698,9 +698,10 @@ def htmlSharesTimeline(translate: {}, pageNumber: int, itemsPerPage: int,
|
||||||
showRemoveButton = False
|
showRemoveButton = False
|
||||||
if item['actor'] == actor:
|
if item['actor'] == actor:
|
||||||
showRemoveButton = True
|
showRemoveButton = True
|
||||||
timelineStr += separatorStr + \
|
timelineStr += \
|
||||||
htmlIndividualShare(actor, item, translate,
|
htmlIndividualShare(actor, item, translate,
|
||||||
showContactButton, showRemoveButton)
|
showContactButton, showRemoveButton)
|
||||||
|
timelineStr += separatorStr
|
||||||
|
|
||||||
if not lastPage:
|
if not lastPage:
|
||||||
iconsPath = getIconsWebPath(baseDir)
|
iconsPath = getIconsWebPath(baseDir)
|
||||||
|
|
Loading…
Reference in New Issue