forked from indymedia/epicyon
Extra padding
parent
dd3ba06447
commit
1777f1940e
|
@ -2228,7 +2228,9 @@ def htmlTimeline(translate: {},pageNumber: int, \
|
||||||
showIndividualPostIcons, \
|
showIndividualPostIcons, \
|
||||||
manuallyApproveFollowers,False)
|
manuallyApproveFollowers,False)
|
||||||
if boxName=='tlmedia':
|
if boxName=='tlmedia':
|
||||||
tlStr+='</div><hr>\n'
|
for paddingImage in range(itemCtr % 3):
|
||||||
|
tlStr+='<div class="gallery"></div>\n'
|
||||||
|
tlStr+='</div>\n'
|
||||||
|
|
||||||
# page down arrow
|
# page down arrow
|
||||||
if itemCtr>=itemsPerPage:
|
if itemCtr>=itemsPerPage:
|
||||||
|
|
Loading…
Reference in New Issue