Link style

main
Bob Mottram 2019-11-28 10:50:15 +00:00
parent 5d6eefaf03
commit a904afb3f3
1 changed files with 1 additions and 1 deletions

View File

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