Skip to content
Snippets Groups Projects
Commit ef3cd701 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

Non-breakable space between inverted commas

parent 1505e4bc
Branches master
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ class Note: ...@@ -120,7 +120,7 @@ class Note:
wiki_note += ""+str(self.endP) wiki_note += ""+str(self.endP)
wiki_note+="}}\n" wiki_note+="}}\n"
if self.text != None: if self.text != None:
wiki_note += "«"+self.text+"»" wiki_note += "« "+self.text+" »"
if self.note != None: if self.note != None:
wiki_note += " {{commentaire|"+self.note+"}}" wiki_note += " {{commentaire|"+self.note+"}}"
return wiki_note+"</p>" return wiki_note+"</p>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment