From: Mischa POSLAWSKY Date: Tue, 7 Dec 2010 03:44:22 +0000 (+0100) Subject: browser: minor html validation fixes X-Git-Tag: v1.4~52 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/6b44545759289f85e96c8c6b41501484374afa61?ds=sidebyside browser: minor html validation fixes - double browser id (useless div) - prepend tfoot --- diff --git a/browser.plp b/browser.plp index 4245914..13e6b5e 100644 --- a/browser.plp +++ b/browser.plp @@ -39,7 +39,6 @@ given ($get{usage} // 'wm') { :>.

-
<: my $caniuse = do 'browser-support.inc.pl' or die $! || $@; $_->{verrelease} = { @@ -131,7 +130,8 @@ for my $browser (@browsers) { ) for @{ $versions{$browser} }; } print '' x 1; -print "\n"; +say ''; +say '', $header, ''; sub featurescore { # relative amount of support for given feature @@ -255,9 +255,8 @@ for my $id (sort { sayusagecol($id); say ''; } -print ''; -print '', $header; -print ''; +say ''; +say ''; sub formathtml { my $ref = defined wantarray ? [@_] : \@_; @@ -284,8 +283,7 @@ sub showversions { return join('‒', @span); } -:>
- +:>