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