X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/464e25dbf15d02831b601c819a9aa8cf2c548baf..14e719f07fcb43c9a0ada3f9f9f018ff5a20a1cf:/unicode.plp diff --git a/unicode.plp b/unicode.plp index eeea675..b55e771 100644 --- a/unicode.plp +++ b/unicode.plp @@ -14,8 +14,8 @@ $header{content_type} = 'text/html; charset=utf-8'; -digraph cheat sheet +digraph cheat sheet <: my %styles = map {$_ => $_} qw(dark circus mono red terse); our $style = exists $get{style} && $styles{$get{style}} || 'light';