diff options
-rw-r--r-- | blog.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #define HTML_HEAD DOCTYPE HTML META TITLE ICON STYLE BODY -#define ADDRESS "<address>Copyright © %1$d <a href=\"/\">%2$s</a> <<a href=\"mailto:%3$s\">%3$s</a>>\n" +#define ADDRESS "<address>Copyright © %1$d <a href=\"/\">%2$s</a> <<a href=\"mailto:%3$s\">%3$s</a>></address>\n" #define HTML_TAIL "\n" ADDRESS "</body>\n</html>\n" |