From 550f6acfe5c0b7aef5007790a6f1b9067a5ef173 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 13 Aug 2013 16:55:46 -0400 Subject: [PATCH] css tweak Signed-off-by: Jason Etheridge --- qa/test_output_webifier.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 9d2a441e3..3b32c9677 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -79,7 +79,9 @@ while (my $line = <>) { ) { $class .= 'comment '; } - if ($subpage eq 'Gathering system information') { + if ($subpage eq 'Gathering system information' + || $subpage eq 'Gathering log summary' + ) { $class = ''; } chomp $line; -- 2.11.0