From eae399507fcf4fcb4fd18e06b10a9217a123494b Mon Sep 17 00:00:00 2001
From: Loris TICHADOU <loris.tichadou@ensiie.fr>
Date: Wed, 7 Aug 2019 14:21:41 +0200
Subject: [PATCH] Update quizz.py

---
 quizz.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/quizz.py b/quizz.py
index ae235ec..8c9c3ec 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('&', '&amp;').replace('<', '&lt;').replace('>', '&gt;').replace('"', '&quot;').replace("'", '&#39;').replace('&amp;quot;', "")
+    return html.encode('utf8').replace('&quot;', "'")
 
 
 def quizz() : 
-- 
GitLab