From: Art Cancro Date: Thu, 13 Jan 2005 18:38:08 +0000 (+0000) Subject: * Insert a newline between and
X-Git-Tag: v7.86~5149 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=fa776200ed5a4d6f4c43d36cc2fca86912f67bc9 * Insert a newline between
and
--- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 122d048e2..ecd17ee59 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 528.5 2005/01/13 18:38:08 ajc +* Insert a newline between
and
+ Revision 528.4 2005/01/11 16:20:18 ajc * Switching doctype from XHTML to HTML 4.01 STRICT, because nothing handles XHTML properly. @@ -2166,4 +2169,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/calendar.c b/webcit/calendar.c index e5f839025..ac0d703f3 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -416,7 +416,7 @@ void handle_rsvp(void) { "" "Update your calendar with this RSVP" "\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" ); do_template("beginbox_nt"); diff --git a/webcit/floors.c b/webcit/floors.c index a76743389..0eb2da44e 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"); + wprintf("
\n
\n"); wprintf("%s
\n", &buf[4]); wDumpContent(1); return; diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 139af319e..9e5a4b0f9 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"); + 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 29274d622..c69bcb954 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"); + wprintf("
\n
\n"); wprintf("
\n"); wprintf("
\n"); @@ -120,7 +120,7 @@ void display_edit_node(void) escputs(node); wprintf("\n"); wprintf("
\n"); - wprintf("
\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"); + wprintf("
\n
\n"); wprintf("
"); wprintf(""); @@ -213,7 +213,7 @@ void display_confirm_delete_node(void) wprintf("
"); wprintf("Confirm delete\n"); wprintf("
\n"); - wprintf("
\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 fe30c138c..06e55bdee 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"); + 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"); + wprintf("
\n
\n"); wprintf("
"); wprintf("\n"); diff --git a/webcit/summary.c b/webcit/summary.c index 7141e72f4..6aaf0d9ce 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -233,7 +233,7 @@ void summary(void) { wprintf("
"); offer_start_page(); wprintf("\n"); - wprintf("
\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 8aa73c19d..24e574dfd 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"); + wprintf("
\n
\n"); do_template("beginbox_nt"); wprintf("\n" diff --git a/webcit/webcit.c b/webcit/webcit.c index 507640892..a9825b0a3 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -700,7 +700,7 @@ void convenience_page(char *titlebarcolor, char *titlebarmsg, char *messagetext) wprintf("
", titlebarcolor); wprintf("%s\n", titlebarmsg); wprintf("
\n"); - wprintf("
\n"); + wprintf("
\n
\n"); escputs(messagetext); wprintf("
\n");