*** empty log message ***
[citadel.git] / webcit / roomops.c
index 06e55bdeec16e3c0e08ba999ed226057eaf985dd..ead08a391a72d68a01c1bba6545b113359cff376 100644 (file)
@@ -1758,7 +1758,7 @@ void display_zap(void)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#770000\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">Zap (forget/unsubscribe) the current room</SPAN>\n");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        wprintf("If you select this option, <em>%s</em> will ", WC->wc_roomname);
        wprintf("disappear from your room list.  Is this what you wish ");
@@ -1826,7 +1826,7 @@ void confirm_delete_room(void)
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#770000\"><TR><TD>");
        wprintf("<SPAN CLASS=\"titlebar\">Confirm deletion of room</SPAN>\n");
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n<div id=\"text\">\n");
+       wprintf("</div>\n<div id=\"content\">\n");
 
        wprintf("<CENTER>");
        wprintf("<FORM METHOD=\"GET\" ACTION=\"/delete_room\">\n");
@@ -2362,7 +2362,7 @@ void knrooms() {
        offer_start_page();
        wprintf("</FORM></TD></TR></TABLE>\n");
        wprintf("</div>\n"
-               "<div id=\"text\">\n");
+               "<div id=\"content\">\n");
 
        /* Display the room list in the user's preferred format */
        list_all_rooms_by_floor(listviewpref);