missing ';'
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 28 Jan 2006 17:42:03 +0000 (17:42 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 28 Jan 2006 17:42:03 +0000 (17:42 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10590 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/signout.php

index 82712e1bf517065f0fecfa0457cb308640898717..b3dd33bfaae108f5b93791443b7d619e29165f79 100644 (file)
@@ -90,7 +90,7 @@ html_tag( 'table',
     html_tag( 'tr',
          html_tag( 'td', '<br />', 'center' ) ,
     '', $color[0] ) ,
     html_tag( 'tr',
          html_tag( 'td', '<br />', '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');
 
 $oTemplate->display('footer.tpl');
-?>
\ No newline at end of file
+?>