From 13df2ad50d87515efc05a04286f005aa07fa6a1c Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Sat, 11 Apr 2009 11:45:04 +0200 Subject: [PATCH] [wiki-lenny] les macros ne doivent pas renvoyer directement de l'html darcs-hash:20090411094504-bd074-4091fd60ec7bc931c6f2ec44dbd92018d7cffad2.gz --- wiki-lenny/local/macro/TerminalSsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki-lenny/local/macro/TerminalSsh.py b/wiki-lenny/local/macro/TerminalSsh.py index 2017503e..8c605a90 100644 --- a/wiki-lenny/local/macro/TerminalSsh.py +++ b/wiki-lenny/local/macro/TerminalSsh.py @@ -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())