]> code.citadel.org Git - citadel.git/blobdiff - webcit/paging.c
Fixed some stray HTML output prior to the HTTP headers.
[citadel.git] / webcit / paging.c
index bde07115e4eeb3e508ee9125aeb6bdbaf0eb9d06..9aee17f647c76e9d30514b5a7ef03a91ffbe8a27 100644 (file)
@@ -101,7 +101,7 @@ void page_user(void)
                        wprintf(".</EM><br />\n");
                }
                else {
-                       wprintf("<EM>%s</EM><br />\n", &buf[4]);
+                       wprintf("<em>%s</em><br />\n", &buf[4]);
                }
        }