mirror of https://gitlab.com/bashrc2/epicyon
Back to button
parent
af403dd253
commit
44dd2fa604
|
@ -1685,7 +1685,7 @@ def individualPostAsHtml(pageNumber: int,baseDir: str, \
|
|||
containerClass='container report'
|
||||
else:
|
||||
contentStr+='<b>Sensitive</b> '
|
||||
contentStr+='<a href="#" onclick="toggler('+"'"+postID+"'"+');"><span class="cwButton">SHOW MORE</span></a>'
|
||||
contentStr+='<button class="cwButton" onclick="toggler('+"'"+postID+"'"+')">SHOW MORE</button>'
|
||||
contentStr+='<div class="cwText" id="'+postID+'">'
|
||||
contentStr+=postJsonObject['object']['content']+attachmentStr
|
||||
contentStr=addEmbeddedElements(contentStr)
|
||||
|
|
Loading…
Reference in New Issue