X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8521aa8e17b8e10fd0d9450d474d8ab06a8c2b73..89d70c322fed012f3efda452e81437d2ee14c629:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index f6cd6a6..879381d 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.6", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.7", $_ ) } @_; }