X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1d37e00ff50c4cee3f23749febcfe6e33e1f608a..3aab2658e078a4f424343fb10817f8d0eab9343b:/digraphs.plp?ds=sidebyside diff --git a/digraphs.plp b/digraphs.plp index fbe8a5d..487b59f 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -14,8 +14,8 @@ $header{content_type} = 'text/html; charset=utf-8'; + digraph cheat sheet - <: my %styles = map {$_ => $_} qw(dark circus mono red terse); our $style = exists $get{style} && $styles{$get{style}} || 'light';