Add transparent separator for better appearance within lynx

main
Bob Mottram 2019-11-28 12:43:55 +00:00
parent 7ce5b59418
commit db69b285a8
1 changed files with 2 additions and 0 deletions

View File

@ -2307,6 +2307,8 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
imagePostUrl=postJsonObject['object']['id']
if imageDescription:
galleryStr+=' <a href="'+imagePostUrl+'" class="gallerytext"><div class="gallerytext">'+imageDescription+'</div></a>\n'
else:
galleryStr+='<label class="transparent">---</label><br>'
galleryStr+='</div>\n'
attachmentStr+='<a href="'+attach['url']+'">'