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())