From: tokul Date: Sun, 5 Feb 2006 09:20:36 +0000 (+0000) Subject: switched doctype to standard compliance mode X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=151562a780a0919b32e04d204ba7f33fb215bd84 switched doctype to standard compliance mode git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10642 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index 22917a51..d170cd7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -537,6 +537,9 @@ Version 1.5.1 -- CVS - Security: Fix possible cross site scripting through the right_main parameter of webmail.php. This now uses a whitelist of acceptable values. [CVE-2006-0188] + - Disabled display of regexp compilation errors in local_file address + book backend. + - DOCTYPE tags are switched from quirks to standard compliance mode. Version 1.5.0 - 2 February 2004 ------------------------------- diff --git a/contrib/decrypt_headers.php b/contrib/decrypt_headers.php index 0234783a..7304b727 100644 --- a/contrib/decrypt_headers.php +++ b/contrib/decrypt_headers.php @@ -53,7 +53,8 @@ function hex2ip($hex) { /** create page headers */ header('Content-Type: text/html'); -echo '' +echo '' ."\n\n\n" .""; diff --git a/doc/Development/index.html b/doc/Development/index.html index 421009a3..33df9407 100644 --- a/doc/Development/index.html +++ b/doc/Development/index.html @@ -1,4 +1,5 @@ - + diff --git a/doc/index.html b/doc/index.html index 083e0a20..f1846cf4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,4 +1,5 @@ - + diff --git a/plugins/bug_report/show_system_specs.php b/plugins/bug_report/show_system_specs.php index 5df9d044..20b9bbe5 100644 --- a/plugins/bug_report/show_system_specs.php +++ b/plugins/bug_report/show_system_specs.php @@ -27,7 +27,8 @@ if (! is_plugin_enabled('bug_report') || ! bug_report_check_user()) { exit(); } ?> - +
diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php
index 5d6a288a..4a9681d0 100644
--- a/src/addrbook_popup.php
+++ b/src/addrbook_popup.php
@@ -23,7 +23,8 @@ include_once(SM_PATH . 'include/validate.php');
 require_once(SM_PATH . 'functions/addressbook.php');
 
 ?>
-
+
 
 
     
diff --git a/src/configtest.php b/src/configtest.php
index 4cb2f56d..bcd2d2de 100644
--- a/src/configtest.php
+++ b/src/configtest.php
@@ -46,7 +46,8 @@ if (file_exists(SM_PATH . 'config/config.php')) {
     include(SM_PATH . 'config/config.php');
     include(SM_PATH . 'functions/strings.php');
 }
-?>
+?>
 
 
     
diff --git a/src/signout.php b/src/signout.php
index b3dd33bf..cc2f6074 100644
--- a/src/signout.php
+++ b/src/signout.php
@@ -56,7 +56,8 @@ if ($signout_page) {
 /* internal gettext functions will fail, if language is not set */
 set_up_language($squirrelmail_language, true, true);
 ?>
-
+
 
 
 \n".
+$output = "\n".
           "\n" .
           "\n" .
           "$org_title\n".