From 84bbed37c27dd12bc82935cc9c5814951e95771d Mon Sep 17 00:00:00 2001 From: ich Date: Thu, 19 Aug 2010 00:20:07 +0000 Subject: [PATCH] minor HTML validation fixes, only cases, typos, superflous spaces/tabs and some tags removed where there were too many --- webcit/auth.c | 10 +++++----- webcit/static/t/display_main_menu.html | 4 ++-- webcit/static/t/who.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webcit/auth.c b/webcit/auth.c index dd97fe8d1..2dcfaf3bb 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -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("
"); wc_printf("
"); wc_printf(_("Log off")); - wc_printf("
"); + wc_printf("
"); 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("%s", + "faq:mastering_your_os:net#netstat\">%s", _("Read More...")); } @@ -604,7 +604,7 @@ void do_logout(void) wc_printf(""); */ - wc_printf("
\n"); + wc_printf("\n"); wDumpContent(2); end_webcit_session(); } diff --git a/webcit/static/t/display_main_menu.html b/webcit/static/t/display_main_menu.html index 5c603eeb0..dce01f9c9 100644 --- a/webcit/static/t/display_main_menu.html +++ b/webcit/static/t/display_main_menu.html @@ -7,9 +7,9 @@ - + - + diff --git a/webcit/static/t/who.html b/webcit/static/t/who.html index 5ee28c6a9..9a32b6efe 100644 --- a/webcit/static/t/who.html +++ b/webcit/static/t/who.html @@ -9,7 +9,7 @@ return confirm('');