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