From 60d7087c606084c5eb566a3578207b32148697ee Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Mon, 9 Feb 2015 19:19:33 +0100 Subject: [PATCH] [wiki/macro pad] Les espaces sont biens maintenant --- wiki/macro/Pad.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)