From: Jason Etheridge Date: Tue, 13 Aug 2013 20:55:46 +0000 (-0400) Subject: css tweak X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=550f6acfe5c0b7aef5007790a6f1b9067a5ef173;p=working%2Frandom.git css tweak Signed-off-by: Jason Etheridge --- 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;