Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / roomops.c
index ace2559624a4c346f1960ab00d8d395be7ff19bb..982c7139e23a1022738680c8a2e84c6cc3e7f3c5 100644 (file)
@@ -978,7 +978,7 @@ void set_room_policy(void) {
        strcpy(WC->ImportantMessage, &buf[4]);
 
        if (WC->axlevel >= 6) {
-               strcat(WC->ImportantMessage, "<br />\n");
+               strcat(WC->ImportantMessage, "<br>\n");
                serv_printf("SPEX floorpolicy|%d|%d", ibstr("floorpolicy"), ibstr("floorvalue"));
                serv_getln(buf, sizeof buf);
                strcat(WC->ImportantMessage, &buf[4]);