diff --git a/extract_notes.py b/extract_notes.py
index b456cf1e1efe3f23232bda0a46e405a18325e87b..7e025e85ecfb8fdf07ca7f6385defd0f0e8f6b67 100755
--- a/extract_notes.py
+++ b/extract_notes.py
@@ -120,7 +120,7 @@ class Note:
 					wiki_note += "–"+str(self.endP)
 				wiki_note+="}}\n"
 			if self.text != None:
-				wiki_note += "«"+self.text+"»"
+				wiki_note += "« "+self.text+" Â»"
 			if self.note != None:
 				wiki_note += " {{commentaire|"+self.note+"}}"
 		return wiki_note+"</p>"