summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdobble.pl2
-rw-r--r--examples/1.html2
-rw-r--r--examples/1c.html2
-rw-r--r--examples/2.html2
-rw-r--r--examples/2c.html2
-rw-r--r--examples/3.html2
-rw-r--r--examples/3c.html2
-rw-r--r--examples/4.html2
-rw-r--r--examples/4c.html2
-rw-r--r--examples/5.html2
-rw-r--r--examples/5c.html2
-rw-r--r--examples/6.html2
-rw-r--r--examples/6c.html2
-rw-r--r--examples/7.html2
-rw-r--r--examples/7c.html2
-rw-r--r--examples/8.html2
-rw-r--r--examples/8c.html2
-rw-r--r--examples/9.html2
-rw-r--r--examples/9c.html2
19 files changed, 19 insertions, 19 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">
diff --git a/examples/1.html b/examples/1.html
index e1e36b4..52e654e 100644
--- a/examples/1.html
+++ b/examples/1.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 1</title>
</head>
<body>
diff --git a/examples/1c.html b/examples/1c.html
index a7d9f2e..934adf2 100644
--- a/examples/1c.html
+++ b/examples/1c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 1</title>
</head>
<body>
diff --git a/examples/2.html b/examples/2.html
index a6e856f..ee5844d 100644
--- a/examples/2.html
+++ b/examples/2.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 2</title>
</head>
<body>
diff --git a/examples/2c.html b/examples/2c.html
index 75b0f90..8773210 100644
--- a/examples/2c.html
+++ b/examples/2c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 2</title>
</head>
<body>
diff --git a/examples/3.html b/examples/3.html
index d8d35b0..d55ae03 100644
--- a/examples/3.html
+++ b/examples/3.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 3</title>
</head>
<body>
diff --git a/examples/3c.html b/examples/3c.html
index 79ff730..ec24d28 100644
--- a/examples/3c.html
+++ b/examples/3c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 3</title>
</head>
<body>
diff --git a/examples/4.html b/examples/4.html
index 3bd099f..fc33975 100644
--- a/examples/4.html
+++ b/examples/4.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 4</title>
</head>
<body>
diff --git a/examples/4c.html b/examples/4c.html
index 1bed9ce..27618f7 100644
--- a/examples/4c.html
+++ b/examples/4c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 4</title>
</head>
<body>
diff --git a/examples/5.html b/examples/5.html
index ea21170..da39381 100644
--- a/examples/5.html
+++ b/examples/5.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 5</title>
</head>
<body>
diff --git a/examples/5c.html b/examples/5c.html
index 9b3ae2b..215b7b1 100644
--- a/examples/5c.html
+++ b/examples/5c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 5</title>
</head>
<body>
diff --git a/examples/6.html b/examples/6.html
index 9a4c56b..9273c68 100644
--- a/examples/6.html
+++ b/examples/6.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 6</title>
</head>
<body>
diff --git a/examples/6c.html b/examples/6c.html
index 85a024a..c2cd3de 100644
--- a/examples/6c.html
+++ b/examples/6c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 6</title>
</head>
<body>
diff --git a/examples/7.html b/examples/7.html
index eaff25f..73e79a5 100644
--- a/examples/7.html
+++ b/examples/7.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 7</title>
</head>
<body>
diff --git a/examples/7c.html b/examples/7c.html
index e311a3a..0f387a2 100644
--- a/examples/7c.html
+++ b/examples/7c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 7</title>
</head>
<body>
diff --git a/examples/8.html b/examples/8.html
index 5c5c4ff..c037578 100644
--- a/examples/8.html
+++ b/examples/8.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 8</title>
</head>
<body>
diff --git a/examples/8c.html b/examples/8c.html
index 5e8f7f6..41ac934 100644
--- a/examples/8c.html
+++ b/examples/8c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 8</title>
</head>
<body>
diff --git a/examples/9.html b/examples/9.html
index 85adfc6..546ffdf 100644
--- a/examples/9.html
+++ b/examples/9.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 9</title>
</head>
<body>
diff --git a/examples/9c.html b/examples/9c.html
index 80bc653..a935c33 100644
--- a/examples/9c.html
+++ b/examples/9c.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8">
- <title>Dobble of order $order</title>
+ <title>Dobble of order 9</title>
</head>
<body>