forked from indymedia/epicyon
Bold cw button
parent
c4c04fa6d3
commit
de4f00bb8c
|
@ -79,8 +79,8 @@ def getContentWarningButton(postID: str, translate: {},
|
||||||
content: str) -> str:
|
content: str) -> str:
|
||||||
"""Returns the markup for a content warning button
|
"""Returns the markup for a content warning button
|
||||||
"""
|
"""
|
||||||
return '<details><summary>' + \
|
return '<details><summary><b>' + \
|
||||||
translate['SHOW MORE'] + '</summary>' + \
|
translate['SHOW MORE'] + '</b></summary>' + \
|
||||||
'<div id="' + postID + '">' + content + \
|
'<div id="' + postID + '">' + content + \
|
||||||
'</div></details>'
|
'</div></details>'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue