Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / openid.c
index ff358e347f7e2c3dc0c7609efbb00cb23b530513..8ab2cb4ced73fe0f28d83569a228c47363e8e530 100644 (file)
@@ -37,7 +37,7 @@ void display_openids(void)
                        wc_printf("</td></tr>\n");
                }
        
-               wc_printf("</table><br />\n");
+               wc_printf("</table><br>\n");
        
                wc_printf("<form method=\"POST\" action=\"openid_attach\">\n");
                wc_printf("<input type=\"hidden\" name=\"nonce\" value=\"%d\">\n", WCC->nonce);