From 5926a48144ef254a51fa174297687c15dbbbf3d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 23 Apr 2012 20:13:36 +0200 Subject: [PATCH] HTML validator. --- dashboard.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard.pl b/dashboard.pl index 8b628bd..5903166 100755 --- a/dashboard.pl +++ b/dashboard.pl @@ -173,7 +173,7 @@ print qq( - +
Continuous Test DashboardMetaCentrumMetaCentrum
@@ -210,7 +210,7 @@ print qq( if (defined $item) { if ($item->{result} eq '0') { $class='OK'; - $result="OK"; } + $result="OK"; } else { $class='FAIL'; if ( $item->{result} eq '1' ) { $result="$item->{result} error"; } @@ -227,7 +227,7 @@ print qq( if (defined $item) { if ($item->{result} eq '0') { $class='OK'; - $result="OK"; } + $result="OK"; } else { $class='FAIL'; if ( $item->{result} eq '1' ) { $result="$item->{result} error"; } -- 1.8.2.3