This commit is contained in:
Frederik Jaeckel 2024-12-10 12:58:45 +01:00
parent 5d0032880c
commit 32ef5159d2

View file

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