cgi.py: Escape quote signs in `htmlescape' and `html_quotify'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 13 Mar 2013 14:41:51 +0000 (14:41 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 13 Mar 2013 14:41:51 +0000 (14:41 +0000)
commitb40d16b214d9164e6255857a63c729c5f65b017f
tree8dc3524b7a82180260999080452261a791a24537
parent66f990ed01d94062547a4ce8879f8a647e450c3a
cgi.py: Escape quote signs in `htmlescape' and `html_quotify'.

This helps protect against XSS attacks.
cgi.py