Skip to content

Commit

Permalink
Update core_tags.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anorthall committed Jan 19, 2024
1 parent 354d11f commit e7d1c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/templatetags/core_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ def clean(text: str) -> SafeString:
text = text.replace('"', "")
text = text.replace("'", "")
text = text.replace("`", "")
text = text.replace("\\", "")
return SafeString(nh3.clean(text))

0 comments on commit e7d1c88

Please sign in to comment.