From 118ce9cbe12833adf7cb911d41a3139ab1f9cd7c Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 11 Jun 2019 17:54:02 +0200 Subject: [PATCH] charset: subpages support alternate stylesheets Restriction to light is only needed for character property styling on overview (and some unlinked requests which can be fixed/optimised later). --- charset.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charset.plp b/charset.plp index c924d5e..d8527f0 100644 --- a/charset.plp +++ b/charset.plp @@ -14,7 +14,7 @@ Html({ charset codepage unicode ascii utf8 latin glyph character encoding reference common overview table '], - stylesheet => [qw'light'], + (stylesheet => [qw'light']) x !$mode, data => [qw( charset-encoding.inc.pl charset-unicode.inc.pl charset-ucplanes.inc.pl charset-utf8.inc.pl -- 2.30.0