Added support for using Squirrelmail without frames
[squirrelmail.git] / plugins / squirrelspell / sqspell_functions.php
index 43a0313346f890afc1fa0972d6c0002be78cd63b..ffda1b3d05ddea3fb0223d74eb0d6206b6f61a31 100644 (file)
@@ -76,7 +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>';
+  noframes_bottom();
 }
 
 /**