Migrated 'Send instant message' screen to room_banner_override
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 20 Mar 2012 02:45:03 +0000 (22:45 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 20 Mar 2012 02:45:03 +0000 (22:45 -0400)
webcit/paging.c

index c5acde81fb8a35c1d7f2ce796258e8e95f811959..dbae2397ee565c3b9714e4f40fb9caaa9db38de4 100644 (file)
@@ -29,8 +29,8 @@ void display_page(void)
 
        strcpy(recp, bstr("recp"));
 
-        output_headers(1, 1, 2, 0, 0, 0);
-        wc_printf("<div id=\"banner\">\n");
+        output_headers(1, 1, 1, 0, 0, 0);
+        wc_printf("<div id=\"room_banner_override\">\n");
         wc_printf("<h1>");
        wc_printf(_("Send instant message"));
        wc_printf("</h1>");