unicode: one set of barb arrows from unicode 7.0
[sheet.git] / codec.plp
index 4251df9239cf9b95e16d585a21df325ecad57f51..1ce4611708149f5974fa005e9edcb4dd4121ded6 100644 (file)
--- a/codec.plp
+++ b/codec.plp
@@ -25,6 +25,7 @@ $info and %{$info} > 1
        or Abort("Requested codec type <q>$page</q> not available", '404 request not found', $@ // $!);
 
 say "<h1>\u$title</h1>";
+say "<p>$_</p>" for $info->{intro} // ();
 
 my %BOOLSCORE = (y => [5, '✔'], n => [1, '✘'], 0 => [0, 'n/a']);
 :>