commit/galaxy-central: kanwei: Sanitize defaults
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/547697f690c2/ changeset: r5597:547697f690c2 user: kanwei date: 2011-05-25 16:39:43 summary: Sanitize defaults affected #: 1 file (20 bytes) --- a/lib/galaxy/util/sanitize_html.py Wed May 18 18:43:46 2011 +0100 +++ b/lib/galaxy/util/sanitize_html.py Wed May 25 16:39:43 2011 +0200 @@ -431,7 +431,7 @@ return ' '.join(clean) -def sanitize_html(htmlSource, encoding, type): +def sanitize_html(htmlSource, encoding="utf-8", type="text/html"): p = _HTMLSanitizer(encoding, type) p.feed(htmlSource) data = p.output() Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket