From: Art Cancro Date: Fri, 14 Jan 2005 04:17:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v7.86~5147 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=2779defa829432785fd086052bb7234a02289c1d *** empty log message *** --- diff --git a/webcit/auth.c b/webcit/auth.c index 3f3918f57..94f3014f7 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -47,7 +47,7 @@ void display_login(char *mesg) char buf[SIZ]; output_headers(1, 1, 2, 0, 0, 0, 0); - wprintf("
\n"); + wprintf("
\n"); if (mesg != NULL) if (strlen(mesg) > 0) { stresc(buf, mesg, 0, 0); diff --git a/webcit/calendar.c b/webcit/calendar.c index ac0d703f3..a8ed411cd 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -359,7 +359,7 @@ void respond_to_request(void) { "Respond to meeting request" "\n" ); - wprintf("
\n
\n"); + wprintf("
\n
\n"); serv_printf("ICAL respond|%s|%s|%s|", bstr("msgnum"), @@ -416,7 +416,7 @@ void handle_rsvp(void) { "" "Update your calendar with this RSVP" "\n" - "
\n
\n" + "
\n
\n" ); serv_printf("ICAL handle_rsvp|%s|%s|%s|", @@ -526,7 +526,7 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum) { "
" "Edit task" "
\n" - "
\n
\n" + "
\n
\n" ); do_template("beginbox_nt"); diff --git a/webcit/floors.c b/webcit/floors.c index 0eb2da44e..f2ec182fa 100644 --- a/webcit/floors.c +++ b/webcit/floors.c @@ -54,7 +54,7 @@ void display_floorconfig(char *prepend_html) wprintf("
"); wprintf("Error\n"); wprintf("
\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); wprintf("%s
\n", &buf[4]); wDumpContent(1); return; diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 9e5a4b0f9..2becce66a 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -86,7 +86,7 @@ void display_inetconf(void) wprintf("
"); wprintf("Internet configuration\n"); wprintf("
\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); serv_printf("CONF GETSYS|application/x-citadel-internet-config"); serv_gets(buf); diff --git a/webcit/netconf.c b/webcit/netconf.c index c69bcb954..6d037ce4f 100644 --- a/webcit/netconf.c +++ b/webcit/netconf.c @@ -81,7 +81,7 @@ void display_add_node(void) wprintf("
"); wprintf("Add new node"); wprintf("
\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); wprintf("
\n"); wprintf("
\n"); @@ -120,7 +120,7 @@ void display_edit_node(void) escputs(node); wprintf("\n"); wprintf("
\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); serv_puts("CONF getsys|application/x-citadel-ignet-config"); serv_gets(buf); @@ -171,7 +171,7 @@ void display_netconf(void) wprintf("
"); wprintf("Network configuration\n"); wprintf("
\n"); - wprintf("
\n
\n"); + wprintf("
\n\n
\n"); + wprintf("
\n
\n"); strcpy(node, bstr("node")); wprintf("
Are you sure you want to delete "); 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); diff --git a/webcit/summary.c b/webcit/summary.c index 6aaf0d9ce..b812dd3b5 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -233,7 +233,7 @@ void summary(void) { wprintf("
"); offer_start_page(); wprintf("\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); /* * Now let's do three columns of crap. All portals and all groupware diff --git a/webcit/useredit.c b/webcit/useredit.c index 24e574dfd..040282c55 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -270,7 +270,7 @@ void display_edituser(char *supplied_username, int is_new) { "Edit user account: "); escputs(username); wprintf("\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); do_template("beginbox_nt"); wprintf("
\n" diff --git a/webcit/webcit.c b/webcit/webcit.c index a9825b0a3..464069c71 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -448,7 +448,7 @@ void output_headers( int do_httpheaders, /* 1 = output HTTP headers } if (do_room_banner != 2) { - wprintf("
\n"); + wprintf("
\n"); } if (strlen(WC->ImportantMessage) > 0) { @@ -700,7 +700,7 @@ void convenience_page(char *titlebarcolor, char *titlebarmsg, char *messagetext) wprintf("
", titlebarcolor); wprintf("%s\n", titlebarmsg); wprintf("
\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); escputs(messagetext); wprintf("
\n"); diff --git a/webcit/who.c b/webcit/who.c index 4898ec45a..aa04c8f60 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -55,7 +55,7 @@ void whobbs(void) offer_start_page(); wprintf("\n"); wprintf("
\n" - "
\n"); + "
\n"); do_template("beginbox_nt"); wprintf("
" @@ -205,7 +205,7 @@ void edit_me(void) wprintf(""); wprintf("Edit your session display"); wprintf("\n"); - wprintf("
\n
\n"); + wprintf("
\n
\n"); wprintf("This screen allows you to change the way your\n"); wprintf("session appears in the 'Who is online' listing.\n");