[wiki-lenny] les macros ne doivent pas renvoyer directement de l'html
darcs-hash:20090411094504-bd074-4091fd60ec7bc931c6f2ec44dbd92018d7cffad2.gz
This commit is contained in:
parent
29061220a9
commit
13df2ad50d
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ def execute(macro, args):
|
|||
# return macro.formatter.text("I got these args from a macro %s: %s" %
|
||||
# (str(macro), args))
|
||||
o = ssh(args)
|
||||
return o.run()
|
||||
return macro.formatter.rawHTML(o.run())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue