css tweak
authorJason Etheridge <jason@esilibrary.com>
Tue, 13 Aug 2013 20:55:46 +0000 (16:55 -0400)
committerJason Etheridge <jason@esilibrary.com>
Tue, 13 Aug 2013 20:55:46 +0000 (16:55 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
qa/test_output_webifier.pl

index 9d2a441..3b32c96 100755 (executable)
@@ -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;