Removed the html quote replacement for Telnet handling; this deals with the remainders of #1058 and was tested both with Mudlet and MUSHclient to work correctly.

This commit is contained in:
Griatch 2016-11-29 11:41:39 +01:00
parent 54ea64d132
commit 8bf4379731

View file

@ -38,7 +38,6 @@ def mxp_parse(text):
"""
text = text.replace("&", "&") \
.replace('"', """) \
.replace("<", "&lt;") \
.replace(">", "&gt;")