From 4c2f24f94e9ce8918044815b7dc36922bf3bb70b Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 5 Sep 2024 15:24:15 +0200 Subject: [PATCH] charset: link symbols group in shared menu --- charset.plp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charset.plp b/charset.plp index 7909fa8..c9cb5f7 100644 --- a/charset.plp +++ b/charset.plp @@ -5,7 +5,7 @@ my @tablist = split m{/+}, $Request || 'default'; Html({ title => 'charset cheat sheet', - version => '1.3', + version => '1.4', canonical => "/charset/$Request" . ($mode && '?compare'), description => [ "Reference sheet with all glyphs in common character encoding tables,", @@ -56,6 +56,7 @@ print join " •\n", ( mac => 'Apple', ebcdic => 'EBCDIC', legacy => 'legacy', + symbols => 'symbols', $tablist[0] eq 'default' ? () : ('' => 'common'), ], [ -- 2.30.2