fix typo
This commit is contained in:
parent
81ea9d6ab1
commit
813f5a4bcf
1 changed files with 1 additions and 1 deletions
2
mixin.py
2
mixin.py
|
@ -151,6 +151,6 @@ class EdocumentMixin(object):
|
|||
""" replace critical chars
|
||||
"""
|
||||
if text:
|
||||
return html.quote(text)
|
||||
return html.escape(text)
|
||||
|
||||
# end EdocumentMixin
|
||||
|
|
Loading…
Reference in a new issue