This commit is contained in:
Frederik Jaeckel 2024-12-10 12:58:45 +01:00
parent 81ea9d6ab1
commit 813f5a4bcf

View file

@ -151,6 +151,6 @@ class EdocumentMixin(object):
""" replace critical chars
"""
if text:
return html.quote(text)
return html.escape(text)
# end EdocumentMixin