X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1272e1a4a2422b0880f585fe1143f749c7472db6..aaca88ef9f8362a7b895db25ddd51d767502deeb:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index 41e0e28..9c5ae74 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -34,7 +34,7 @@ sub stylesheet { return join "\n", map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.5", $_ ) } @_; }