termcol: adapt text colour to background luminosity
[sheet.git] / digraphs.plp
index fbe8a5de1de34b46bea1956af3899e9c2dc95f83..487b59f2f9cef2ec385665a4ac734bf494cca11e 100644 (file)
@@ -14,8 +14,8 @@ $header{content_type} = 'text/html; charset=utf-8';
 <html>
 
 <head>
+<meta http-equiv="content-type" content="<:= $header{content_type} :>">
 <title>digraph cheat sheet</title>
-<meta http-equiv="content-type" content="utf-8">
 <link rel="stylesheet" type="text/css" media="all" href="/base.css"><:
        my %styles = map {$_ => $_} qw(dark circus mono red terse);
        our $style = exists $get{style} && $styles{$get{style}} || 'light';