Browse Source

Simple fix.

thomppj 23 years ago
parent
commit
abf4c39eb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/right_main.php

+ 1 - 1
src/right_main.php

@@ -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>';
 
 ?>