[wiki-lenny] les macros ne doivent pas renvoyer directement de l'html

darcs-hash:20090411094504-bd074-4091fd60ec7bc931c6f2ec44dbd92018d7cffad2.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-04-11 11:45:04 +02:00
parent 29061220a9
commit 13df2ad50d

View file

@ -50,4 +50,4 @@ def execute(macro, args):
# return macro.formatter.text("I got these args from a macro %s: %s" % # return macro.formatter.text("I got these args from a macro %s: %s" %
# (str(macro), args)) # (str(macro), args))
o = ssh(args) o = ssh(args)
return o.run() return macro.formatter.rawHTML(o.run())