From 12ff1cab14f01a1918c7d3d40e6358c13c3833a7 Mon Sep 17 00:00:00 2001 From: kink Date: Wed, 23 Oct 2002 11:59:04 +0000 Subject: [PATCH 1/1] Do some HTML4 fixes and upgrade our HTML version to 4.01. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3943 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 2 +- src/addrbook_popup.php | 2 +- src/folders.php | 2 +- src/login.php | 4 ++-- src/webmail.php | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/functions/page_header.php b/functions/page_header.php index b3a3dbd0..662807a6 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -30,7 +30,7 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE } global $theme_css, $custom_css; - echo '' . + echo '' . "\n\n\n\n"; if ( !isset( $custom_css ) || $custom_css == 'none' ) { diff --git a/src/addrbook_popup.php b/src/addrbook_popup.php index 99abf025..23f21cf7 100644 --- a/src/addrbook_popup.php +++ b/src/addrbook_popup.php @@ -19,7 +19,7 @@ require_once(SM_PATH . 'include/validate.php'); require_once(SM_PATH . 'functions/addressbook.php'); ?> - + diff --git a/src/folders.php b/src/folders.php index e480a6b6..d99e96be 100644 --- a/src/folders.php +++ b/src/folders.php @@ -238,7 +238,7 @@ echo html_tag( 'tr', /** UNSUBSCRIBE FOLDERS **/ -echo html_tag( 'table', '', 'center', '', 'width="70%" cols="2" cellpadding="4" cellspacing="0" border="0"' ) . +echo html_tag( 'table', '', 'center', '', 'width="70%" cellpadding="4" cellspacing="0" border="0"' ) . html_tag( 'tr', html_tag( 'td', '' . _("Unsubscribe") . '/' . _("Subscribe") . '', 'center', $color[9], 'colspan="2"' ) ) . diff --git a/src/login.php b/src/login.php index 89d83930..65e04999 100644 --- a/src/login.php +++ b/src/login.php @@ -118,7 +118,7 @@ html_tag( 'table', '' . "\n", 'left', '', 'width="*"' ) ) , - 'center', '#ffffff', 'border="0" cols="2" width="100%"' ) , + 'center', '#ffffff', 'border="0" width="100%"' ) , 'left', '#FFFFFF' ) ) . html_tag( 'tr', @@ -126,7 +126,7 @@ html_tag( 'table', '
', 'left' ) ), - '', '#ffffff', 'border="0" cols="1" width="350"' ), + '', '#ffffff', 'border="0" width="350"' ) . '', 'center' ) ) , '', '#ffffff', 'border="0" cellspacing="0" cellpadding="0" width="100%"' ) . diff --git a/src/webmail.php b/src/webmail.php index 8e9c76c0..2ff4115f 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -93,10 +93,10 @@ if ($left_size == "") { } if ($location_of_bar == 'right') { - echo ""; + echo ""; } else { - echo ""; + echo ""; } /* @@ -129,12 +129,12 @@ if ($right_frame == 'right_main.php') { } if ($location_of_bar == 'right') { - echo "" . - ''; + echo "" . + ''; } else { - echo ''. - ""; + echo ''. + ""; } do_hook('webmail_bottom'); ?> -- 2.25.1