summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-08-13 19:52:52 -0400
committerJakob Kaivo <jkk@ung.org>2019-08-13 19:52:52 -0400
commit1dc7d97614817f4c4f9f9aba43d2967aedec59d7 (patch)
treedde835c949c351655e3e714e7b2ed5a41c5b729a
parent74505b8cb07c050ebb801207633ffbeed5aeced3 (diff)
add missing </address>
-rw-r--r--blog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.h b/blog.h
index 4151a45..470c8a9 100644
--- a/blog.h
+++ b/blog.h
@@ -11,7 +11,7 @@
#define HTML_HEAD DOCTYPE HTML META TITLE ICON STYLE BODY
-#define ADDRESS "<address>Copyright &copy; %1$d <a href=\"/\">%2$s</a> &lt;<a href=\"mailto:%3$s\">%3$s</a>&gt;\n"
+#define ADDRESS "<address>Copyright &copy; %1$d <a href=\"/\">%2$s</a> &lt;<a href=\"mailto:%3$s\">%3$s</a>&gt;</address>\n"
#define HTML_TAIL "\n" ADDRESS "</body>\n</html>\n"