fds
This commit is contained in:
parent
73797d5b1d
commit
caed0f47a5
1 changed files with 3 additions and 1 deletions
|
@ -283,6 +283,8 @@ class Comment(Base):
|
|||
|
||||
body = self.body_html
|
||||
|
||||
if not body: return ""
|
||||
|
||||
if not v or v.slurreplacer:
|
||||
for s, r in SLURS.items(): body = body.replace(s, r)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue