Simple fix.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Dec 2001 08:15:57 +0000 (08:15 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Dec 2001 08:15:57 +0000 (08:15 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1822 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index a583ec062786387a4a47b9e7551b930dbf3f9ede..d4f643824db0b299becf22cb4b17c46eecdfbe0e 100644 (file)
@@ -132,6 +132,6 @@ if ($use_mailbox_cache && session_is_registered('msgs')) {
 do_hook('right_main_bottom');
 sqimap_logout ($imapConnection);
 
-echo '/FONT></BODY></HTML>';
+echo '</FONT></BODY></HTML>';
 
 ?>