summaryrefslogtreecommitdiff
path: root/dobble.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-08-05 12:45:06 +0100
committerdakkar <dakkar@thenautilus.net>2016-08-05 12:45:06 +0100
commita88428beec2e55414a867d5b4d1f58a7da926fd6 (patch)
tree3a85d3fba5e42100818d5cc7ed427eb6c5c2b49d /dobble.pl
parentexample output (diff)
downloaddobble-master.tar.gz
dobble-master.tar.bz2
dobble-master.zip
fix HTML titleHEADmaster
Diffstat (limited to 'dobble.pl')
-rwxr-xr-xdobble.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dobble.pl b/dobble.pl
index 76583cb..c679d0d 100755
--- a/dobble.pl
+++ b/dobble.pl
@@ -192,7 +192,7 @@ if ((my $actual = $table->symbols->@*) < $needed) {
my $lines = $plane->scan_lines;
if ($opt->format eq 'html') {
- say <<'HTML';
+ say <<"HTML";
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">