forked from indymedia/epicyon
Link style
parent
5d6eefaf03
commit
a904afb3f3
|
@ -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']+'">'
|
||||||
|
|
Loading…
Reference in New Issue