mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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:
parent
54ea64d132
commit
8bf4379731
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ def mxp_parse(text):
|
|||
|
||||
"""
|
||||
text = text.replace("&", "&") \
|
||||
.replace('"', """) \
|
||||
.replace("<", "<") \
|
||||
.replace(">", ">")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue