From a73a2136619679d111b53669735bd876d77a40cb Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 28 Jan 2006 17:42:03 +0000 Subject: [PATCH] missing ';' git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10590 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/signout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/signout.php b/src/signout.php index 82712e1b..b3dd33bf 100644 --- a/src/signout.php +++ b/src/signout.php @@ -90,7 +90,7 @@ html_tag( 'table', html_tag( 'tr', html_tag( 'td', '
', 'center' ) , '', $color[0] ) , -'center', $color[4], 'width="50%" cellpadding="2" cellspacing="0" border="0"' ) +'center', $color[4], 'width="50%" cellpadding="2" cellspacing="0" border="0"' ); $oTemplate->display('footer.tpl'); -?> \ No newline at end of file +?> -- 2.25.1