Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / roomops.c
index 2dd2d3f787e244c9cb68ddd58d582f393a735f71..09ec7b69c0cfac6f68d71a19bd4505c90f4aceee 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]);