X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=ead08a391a72d68a01c1bba6545b113359cff376;hb=2779defa829432785fd086052bb7234a02289c1d;hp=06e55bdeec16e3c0e08ba999ed226057eaf985dd;hpb=96e1a8bd4ad4f4e94efd0b4dcec59a23a807f16d;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index 06e55bdee..ead08a391 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1758,7 +1758,7 @@ void display_zap(void) wprintf("
"); wprintf("Zap (forget/unsubscribe) the current room\n"); wprintf("
\n"); - wprintf("\n
\n"); + wprintf("
\n
\n"); wprintf("If you select this option, %s 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("
"); wprintf("Confirm deletion of room\n"); wprintf("
\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); wprintf("
"); wprintf("
\n"); @@ -2362,7 +2362,7 @@ void knrooms() { offer_start_page(); wprintf("
\n"); wprintf("
\n" - "
\n"); + "
\n"); /* Display the room list in the user's preferred format */ list_all_rooms_by_floor(listviewpref);