X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b7eb5417cf938807539280d21325692df3e4cb1f..65795900e196ee23101209e4171a4530a6e8ea01:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index 313c18f..fe2a287 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -41,7 +41,7 @@ sub stylesheet { return join "\n", map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.7", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.8", $_ ) } @_; } @@ -109,6 +109,7 @@ sub Html { $meta->{title} + EOT print $_, "\n" for $meta->{stylesheet} || (); @@ -132,7 +133,7 @@ EOT