Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / who.c
index db86d609d4e134e0a39c690deff0615d6f2edce6..c3df2556dfef80c3fa6824165d09b788c5112531 100644 (file)
@@ -157,7 +157,7 @@ void edit_me(void)
                        "To turn off any 'fake' name you've previously "
                        "set, simply click the appropriate 'change' button "
                        "without typing anything in the corresponding box. "));
-               wc_printf("<br />\n");
+               wc_printf("<br>\n");
 
                wc_printf("<form method=\"POST\" action=\"edit_me\">\n");
                wc_printf("<input type=\"hidden\" name=\"nonce\" value=\"%d\">\n", WC->nonce);