From ca52e31b6aea46521b24986fd527217b9817ab84 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 27 Jun 2002 06:28:25 +0000 Subject: [PATCH] bugfix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3016 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/login.php | 1 - src/signout.php | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/login.php b/src/login.php index 4f6242bf..a88fe318 100644 --- a/src/login.php +++ b/src/login.php @@ -135,7 +135,6 @@ html_tag( 'table', ( $hide_sm_attributions ? '' : '' . sprintf (_("SquirrelMail version %s"), $version) . '
' ."\n". ' ' . _("By the SquirrelMail Development Team") . '
' . "\n" ) . - "
\n" . html_tag( 'table', html_tag( 'tr', html_tag( 'td', diff --git a/src/signout.php b/src/signout.php index 9bf32180..48cfc828 100644 --- a/src/signout.php +++ b/src/signout.php @@ -73,12 +73,12 @@ do_hook('logout_above_text'); echo html_tag( 'table', html_tag( 'tr', - html_tag( 'td', ''. _("Sign Out") . '', 'center' ) , + html_tag( 'th', _("Sign Out"), 'center' ) , '', $color[0], 'width="100%"' ) . html_tag( 'tr', html_tag( 'td', _("You have been successfully signed out.") . - '

' . - _("Click here to log back in.") . '


' , + '
' . + _("Click here to log back in.") . '
' , 'center' ) , '', $color[4], 'width="100%"' ) . html_tag( 'tr', -- 2.25.1