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.
This a patch for file renderers.py
2,3c2 < import cgi < --- > import html as html2 85c84 < v = cgi.escape(str(data[k])) --- > v = html2.escape(str(data[k]))