From 691b400bc92dfcc5337bb639a0bce379b9c6d2f6 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Wed, 3 Sep 2008 15:49:54 -0500 Subject: [PATCH] HTML validation adjustments to about.pl Corrects the Tidy errors: line 428 column 19 - Error: "tr" not finished but containing element ended line 428 column 19 - Error: end tag for "tr" omitted, but OMITTAG NO was specified line 426 column 25 - Info: start tag was here line 452 column 31 - Error: end tag for "strong" omitted, but OMITTAG NO was specified line 452 column 12 - Info: start tag was here line 518 column 17 - Error: document type does not allow element "ul" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag line 525 column 17 - Error: document type does not allow element "ul" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag Signed-off-by: Galen Charlton --- about.pl | 4 +--- .../intranet-tmpl/prog/en/modules/about.tmpl | 16 ++++++---------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/about.pl b/about.pl index 08b3b6f081..0c47aa0bd8 100755 --- a/about.pl +++ b/about.pl @@ -147,14 +147,12 @@ foreach my $component ( sort @component_names ) { else { $version = 'module is missing'; } - $counter++; - $counter=0 if $counter >3; push( @components, { name => $component, version => $version, - counter => $counter, + newrow => (++$counter % 4) ? 0 : 1, } ); } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl index 2fa728f2b0..f602c5b562 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl @@ -51,12 +51,12 @@
- - + + - - - + + +
Perl modules
Perl modules
@@ -82,7 +82,7 @@
  • Katipo Communications , New Zealand (Koha 1.0 and 1.2 Release Manager)
  • SAN-Ouest Provence (Bruno Toumi and Arnaud Laurin), France
  • Nelsonville Public Library (Owen Leonard), Ohio, USA (Interface Design)
  • -
  • MJ Ray
  • +
  • MJ Ray
  • Documentation