From e7f642b337ae5c718f24c19b65b0eb715f224600 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 11 Mar 2012 20:25:09 +0100 Subject: [PATCH] HTML validator. --- dashboard.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard.pl b/dashboard.pl index ff18e87..a0282a4 100755 --- a/dashboard.pl +++ b/dashboard.pl @@ -123,7 +123,7 @@ foreach my $c (sort keys %components) { # ==== matrix ==== -my %fancy = ("lb", "L&B", +my %fancy = ("lb", "L&B", "px", "PX", "gridsite", "GridSite", "canl-c", "caNl-c", @@ -172,7 +172,7 @@ print qq( - +
Continuous Test DashboardMetaCentrumMetaCentrum
@@ -195,6 +195,7 @@ print qq( print " $fancy{$c}\n"; } print " \n"; + print " \n"; print " Platform\n"; foreach my $c (sort keys %components) { print " Install\n"; -- 1.8.2.3