Add closing BODY and HTML tags
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 Nov 2003 20:44:57 +0000 (20:44 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 10 Nov 2003 20:44:57 +0000 (20:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6138 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/sqspell_functions.php

index d533d658c844c5594e86a5506fd98b62a7c8b676..43a0313346f890afc1fa0972d6c0002be78cd63b 100644 (file)
@@ -76,6 +76,7 @@ function sqspell_makePage($title, $scriptsrc, $body){
     . html_tag( 'tr',
           html_tag( 'td', 'SquirrelSpell ' . $SQSPELL_VERSION, 'center', $color[9] )
       ) . "\n</table>\n";
+  echo '</body></html>';
 }
 
 /**