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 9c5a0d8 commit b37e1f6Copy full SHA for b37e1f6
roundup/cgi/client.py
@@ -439,8 +439,8 @@ def main(self):
439
def handle_xmlrpc(self):
440
if self.env.get('CONTENT_TYPE') != 'text/xml':
441
self.write(b"This is the endpoint of Roundup <a href='" +
442
- "http://www.roundup-tracker.org/docs/xmlrpc.html'>" +
443
- "XML-RPC interface</a>.")
+ b"http://www.roundup-tracker.org/docs/xmlrpc.html'>" +
+ b"XML-RPC interface</a>.")
444
return
445
446
# Pull the raw XML out of the form. The "value" attribute
0 commit comments