common: bump style version to load renumbered key groups
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 23 Jun 2015 18:38:14 +0000 (20:38 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
Ensure correct styling since commit v1.7-128-gf8a00e4ab0 (2015-10-11)
[screen: increment group classes to .g1-9].

common.inc.plp

index f6cd6a6f7a93452a66346a7fdef08af0f5a7da43..879381d1e6f925b7dcf3965bfbd34c3a89683884 100644 (file)
@@ -41,7 +41,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?1.6", $_
+               $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.7", $_
        ) } @_;
 }
 
        ) } @_;
 }