mirror of https://gitlab.com/bashrc2/epicyon
Add article tags
parent
48fbe27849
commit
908e6b5c84
|
@ -1482,6 +1482,8 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
objectContent = \
|
||||
postJsonObject['object']['content']
|
||||
|
||||
objectContent = '<article>' + objectContent + '</article>'
|
||||
|
||||
if not postIsSensitive:
|
||||
contentStr = objectContent + attachmentStr
|
||||
contentStr = addEmbeddedElements(translate, contentStr,
|
||||
|
|
Loading…
Reference in New Issue