diff --git a/quizz.py b/quizz.py index ae235ecbc13e6b6e50c303c8d1e485bf7fa2b826..8c9c3ece85ad4984a28f19c4c509d3c1a47f4401 100644 --- a/quizz.py +++ b/quizz.py @@ -4,8 +4,7 @@ import urllib from random import shuffle def escape(html): - return html - #return html.encode('utf8').replace('&', '&').replace('<', '<').replace('>', '>').replace('"', '"').replace("'", ''').replace('&quot;', "") + return html.encode('utf8').replace('"', "'") def quizz() :