charset: omit unassigned half of ascii table
[sheet.git] / writing.plp
index 61e9e1f7f2dc1914ac9ebe1c691f4b0640bf16a1..a718c884bd6a1c8ffab718bc7107a32d3a793c73 100644 (file)
@@ -45,7 +45,7 @@ for (
        my ($source, $title) = @$_;
        my @table = do "writing-$source.inc.pl";
        if ($! or $@) {
-               print "<h2>$title</h2>\n";
+               say "<h2>$title</h2>";
                printf "<p>Table data not found: <em>%s</em>.</p>\n", $@ || $!;
                next;
        }