From: Mischa POSLAWSKY Date: Tue, 23 Jun 2015 18:38:14 +0000 (+0200) Subject: common: bump style version to load renumbered key groups X-Git-Tag: v1.8~54 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/89d70c322fed012f3efda452e81437d2ee14c629?hp=8521aa8e17b8e10fd0d9450d474d8ab06a8c2b73 common: bump style version to load renumbered key groups Ensure correct styling since commit v1.7-128-gf8a00e4ab0 (2015-10-11) [screen: increment group classes to .g1-9]. --- 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", $_ ) } @_; }