From abfe72dbf66581eee17ef1cab556a4d234166068 Mon Sep 17 00:00:00 2001 From: sconklin Date: Mon, 17 Jul 2006 18:35:09 +0000 Subject: Fixed a problem with html links in the report to output of commands run in plugins, increment release. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@29 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/lib/sos/plugintools.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/sos/plugintools.py b/src/lib/sos/plugintools.py index 1a0fd9d4..b4aa9cf3 100644 --- a/src/lib/sos/plugintools.py +++ b/src/lib/sos/plugintools.py @@ -278,8 +278,10 @@ class PluginBase: # Command Output if len(self.executedCommands): html = html + "

Commands Executed:

\n" # Alerts -- cgit