Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / serv_func.c
index 34f875a42009549c73e3ea3ee87b5a0837ae83d5..8585744af915c810dfe857cc6223457feac72127 100644 (file)
@@ -200,11 +200,7 @@ int GetConnected (void)
                        return 1;
                }
 
-               /* 2010jun03: every now and then the connection to Citadel dies before this point.  why?
-                * 2010sep20: we now believe that this is a citserver issue; whenever it happens, it
-                *            seems that the SMTP Send thread has just completed running.  Is serv_smtp
-                *            somehow closing client sockets?
-                */
+               /* 2010jun03: every now and then the connection to Citadel dies before this point.  why? */
 
                /*
                 * From what host is our user connecting?  Go with
@@ -274,7 +270,7 @@ void _fmout(StrBuf *Target, char *align)
        while (serv_getln(buf, sizeof buf), strcmp(buf, "000")) {
 
                if ((intext == 1) && (isspace(buf[0]))) {
-                       wc_printf("<br />");
+                       wc_printf("<br>");
                }
                intext = 1;
 
@@ -302,7 +298,7 @@ void _fmout(StrBuf *Target, char *align)
        if (bq == 1) {
                wc_printf("</I>");
        }
-       wc_printf("</div><br />\n");
+       wc_printf("</div><br>\n");
 }
 
 void FmOut(StrBuf *Target, char *align, StrBuf *Source)
@@ -394,7 +390,7 @@ void pullquote_fmout(void) {
        while (serv_getln(buf, sizeof buf), strcmp(buf, "000")) {
 
                if ((intext == 1) && (isspace(buf[0]))) {
-                       wc_printf("<br />");
+                       wc_printf("<br>");
                }
                intext = 1;