We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ea2db commit a8a0aecCopy full SHA for a8a0aec
roundup/cgi/client.py
@@ -73,7 +73,7 @@ def initialiseSecurity(security):
73
74
def add_message(msg_list, msg, escape=True):
75
if escape:
76
- msg = html_escape(msg).replace('\n', '<br />\n')
+ msg = html_escape(msg, quote=False).replace('\n', '<br />\n')
77
else:
78
msg = msg.replace('\n', '<br />\n')
79
msg_list.append (msg)
0 commit comments