From 89d70c322fed012f3efda452e81437d2ee14c629 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 23 Jun 2015 20:38:14 +0200 Subject: [PATCH] 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]. --- common.inc.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", $_ ) } @_; } -- 2.30.0