index: bump version to 1.5
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 3 Apr 2012 00:47:05 +0000 (02:47 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 10 Apr 2012 01:03:24 +0000 (03:03 +0200)
Push dev branch.

common.inc.plp
index.plp

index 41e0e2817b096d932141fa20a4f8fa6567b74bb9..9c5ae74fff60eb77469c6026a2e3654a651f1cff 100644 (file)
@@ -34,7 +34,7 @@ sub stylesheet {
 
        return join "\n", map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
 
        return join "\n", map { sprintf(
                '<link rel="%s" type="text/css" media="all" href="%s" title="%s">',
-               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css", $_
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.5", $_
        ) } @_;
 }
 
        ) } @_;
 }
 
index 904edd9c12c6ec0dfc907a472b524f3e3415a7f5..ef845c80e1fc614f083d8850dc8ce04d92587e62 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'cheat sheets',
 
 Html({
        title => 'cheat sheets',
-       version => 'v1.4',
+       version => 'v1.5',
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],
        description => [
                "Cheat sheets summarising various software programs and standards.",
        ],