minor HTML validation fixes, only cases, typos, superflous spaces/tabs and some ...
authorich <the_mgt@uncensored.citadel.org>
Thu, 19 Aug 2010 00:20:07 +0000 (00:20 +0000)
committerich <the_mgt@uncensored.citadel.org>
Thu, 19 Aug 2010 00:20:07 +0000 (00:20 +0000)
webcit/auth.c
webcit/static/t/display_main_menu.html
webcit/static/t/who.html

index dd97fe8d11290f2a3635fa912be2ac71aba73cb4..2dcfaf3bb8c64a1ca1d2a90e06a309a64baa2012 100644 (file)
@@ -561,7 +561,7 @@ void do_logout(void)
        /* FIXME: this is to suppress the iconbar displaying, because we aren't
           actually logged out yet */
        WCC->logged_in = 0;
-       
+
        /** Calling output_headers() this way causes the cookies to be un-set */
        output_headers(1, 1, 0, 1, 0, 0);
 
@@ -569,13 +569,13 @@ void do_logout(void)
         wc_printf("<div class=\"box\">");
         wc_printf("<div class=\"boxlabel\">");
        wc_printf(_("Log off"));
-        wc_printf("</div><div class=\"boxcontent\">"); 
+        wc_printf("</div><div class=\"boxcontent\">");
        serv_puts("MESG goodbye");
        serv_getln(buf, sizeof buf);
 
        if (WCC->serv_sock >= 0) {
                if (buf[0] == '1') {
-                       fmout("CENTER");
+                       fmout("'CENTER'");
                } else {
                        wc_printf("Goodbye\n");
                }
@@ -586,7 +586,7 @@ void do_logout(void)
                        "this problem to your system administrator.")
                );
                wc_printf("<a href=\"http://www.citadel.org/doku.php/"
-                       "faq:mastering_your_os:net#netstat\">%s</a>", 
+                       "faq:mastering_your_os:net#netstat\">%s</a>",
                        _("Read More..."));
        }
 
@@ -604,7 +604,7 @@ void do_logout(void)
        wc_printf("</a></span>");
         */
 
-       wc_printf("</div></div></div></div>\n");
+       wc_printf("</div></div></div>\n");
        wDumpContent(2);
        end_webcit_session();
 }
index 5c603eeb06ab7b8de8000d286e2304e84c20604f..dce01f9c97b67a7ed9f657b9a95ce9fa8211b239 100644 (file)
@@ -7,9 +7,9 @@
 <tr><td colspan="2" class="advanced">
   <?DOBOXED("menu_basic_commands", _("Basic commands"))>
 </td></tr>
-<tr valign=top><td width=50%>
+<tr valign=top><td width="50%">
   <?DOBOXED("menu_your_info", _("Your info"))>
-</td><td width=50%>
+</td><td width="50%">
   <?DOBOXED("menu_advanced_roomcommands", _("Advanced room commands"))>
 </td></tr>
 </table>
index 5ee28c6a99ca95f3266e4cce441db3d24c3c791f..9a32b6efe0c8e7d440aca6e8f095de444aba71ec 100644 (file)
@@ -9,7 +9,7 @@ return confirm('<?_("Do you really want to kill this session?")>');
 
 <div id="banner">
 <div class="banner">
-<img src="static/usermanag_48x.gif">
+<img alt="" src="static/usermanag_48x.gif">
 <h1>
 <?_("Users currently on ")><?SERV:HUMANNODE>
 </h1></div>