mirror of https://gitlab.com/bashrc2/epicyon
Add transparent separator for better appearance within lynx
parent
7ce5b59418
commit
db69b285a8
|
@ -2307,6 +2307,8 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
imagePostUrl=postJsonObject['object']['id']
|
imagePostUrl=postJsonObject['object']['id']
|
||||||
if imageDescription:
|
if imageDescription:
|
||||||
galleryStr+=' <a href="'+imagePostUrl+'" class="gallerytext"><div class="gallerytext">'+imageDescription+'</div></a>\n'
|
galleryStr+=' <a href="'+imagePostUrl+'" class="gallerytext"><div class="gallerytext">'+imageDescription+'</div></a>\n'
|
||||||
|
else:
|
||||||
|
galleryStr+='<label class="transparent">---</label><br>'
|
||||||
galleryStr+='</div>\n'
|
galleryStr+='</div>\n'
|
||||||
|
|
||||||
attachmentStr+='<a href="'+attach['url']+'">'
|
attachmentStr+='<a href="'+attach['url']+'">'
|
||||||
|
|
Loading…
Reference in New Issue