aboutsummaryrefslogtreecommitdiff
path: root/t/err.tc
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-17 22:34:52 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-17 22:34:52 +0200
commit56509ab16c8d2225182eb0400e5c6a4900870391 (patch)
treee3c3bcc760ecc187a3f4ee8c6616855d15e86d83 /t/err.tc
parent3e400c3df5572524b7ba08b030f45eb3ba6b7734 (diff)
downloadcforum-56509ab16c8d2225182eb0400e5c6a4900870391.tar.gz
Fix mktpl bug
Diffstat (limited to 't/err.tc')
-rw-r--r--t/err.tc2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/err.tc b/t/err.tc
index f6d48ab..c4369a9 100644
--- a/t/err.tc
+++ b/t/err.tc
@@ -2,4 +2,4 @@ printf("<h1>");
printf("%s", title );
printf("</h1>\n<p>");
printf("%s", err );
-printf("</p>\n");
+printf("</p>");