browser: fix error message of missing usage include
[sheet.git] / digraphs.plp
index 9f96c502b0ebd820116105b89adbd96f39e01543..65d2a3bc99ec1673f7f0cdd1b2f352310e2fb023 100644 (file)
@@ -9,7 +9,7 @@ warn "error in $include: ", @{$@} if ref $@;
 
 Html({
        title => "$mode digraph cheat sheet",
-       version => '1.4',
+       version => '1.5',
        description => $di->{description} // [
                "Complete table of digraph characters from",
                ($di->{title} // $mode) . ".",
@@ -18,7 +18,6 @@ Html({
                digraph mnemonic compose composition pair
                character char glyph table unicode vim
        '],
-       stylesheet => [qw'light'],
        data => ["data/$include.json"],
 });