MXP text/command simple double quote escape
Escape simple double quote characters when used in MXP text/command text
This commit is contained in:
parent
fd0f765ad5
commit
ecb82a2a23
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ def mxp_parse(text):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
text = text.replace("&", "&") \
|
text = text.replace("&", "&") \
|
||||||
|
.replace('"', """) \
|
||||||
.replace("<", "<") \
|
.replace("<", "<") \
|
||||||
.replace(">", ">")
|
.replace(">", ">")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue