summaryrefslogtreecommitdiff
path: root/blog.h
diff options
context:
space:
mode:
Diffstat (limited to 'blog.h')
-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"