diff --git a/wiki/macro/Pad.py b/wiki/macro/Pad.py index 065773fa..b9e37c6f 100644 --- a/wiki/macro/Pad.py +++ b/wiki/macro/Pad.py @@ -7,5 +7,4 @@ def execute(macro, args): name = name.split('/')[-1] url = "http://pad.crans.org/p/" + name - return macro.formatter.rawHTML("""Lien vers l' - etherpad associé""" % url) + return macro.formatter.rawHTML("""Lien vers l'etherpad associé""" % url)