forked from indymedia/epicyon
Don't replace quotes within patches
parent
1ba6861e88
commit
a0c6dd9374
|
@ -4264,7 +4264,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
objectContent = htmlReplaceQuoteMarks(objectContent)
|
objectContent = htmlReplaceQuoteMarks(objectContent)
|
||||||
else:
|
else:
|
||||||
objectContent = \
|
objectContent = \
|
||||||
htmlReplaceQuoteMarks(postJsonObject['object']['content'])
|
postJsonObject['object']['content']
|
||||||
|
|
||||||
if not postIsSensitive:
|
if not postIsSensitive:
|
||||||
contentStr = objectContent + attachmentStr
|
contentStr = objectContent + attachmentStr
|
||||||
|
|
Loading…
Reference in New Issue