[wiki/macro pad] Les espaces sont biens maintenant
This commit is contained in:
parent
46d571dd70
commit
60d7087c60
1 changed files with 1 additions and 2 deletions
|
@ -7,5 +7,4 @@ def execute(macro, args):
|
||||||
name = name.split('/')[-1]
|
name = name.split('/')[-1]
|
||||||
|
|
||||||
url = "http://pad.crans.org/p/" + name
|
url = "http://pad.crans.org/p/" + name
|
||||||
return macro.formatter.rawHTML("""Lien vers l'<a href="%s">
|
return macro.formatter.rawHTML("""Lien vers l'<a href="%s">etherpad associé</a>""" % url)
|
||||||
etherpad associé</a>""" % url)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue