From: kink Date: Sat, 28 Jan 2006 17:42:03 +0000 (+0000) Subject: missing ';' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a73a2136619679d111b53669735bd876d77a40cb;p=squirrelmail.git missing ';' git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10590 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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 +?>