From 2bd87a523338480c1ef4e591d7fd818569d50874 Mon Sep 17 00:00:00 2001 From: cigamit Date: Mon, 10 Nov 2003 20:44:57 +0000 Subject: [PATCH] Add closing BODY and HTML tags git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6138 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/sqspell_functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/squirrelspell/sqspell_functions.php b/plugins/squirrelspell/sqspell_functions.php index d533d658..43a03133 100644 --- a/plugins/squirrelspell/sqspell_functions.php +++ b/plugins/squirrelspell/sqspell_functions.php @@ -76,6 +76,7 @@ function sqspell_makePage($title, $scriptsrc, $body){ . html_tag( 'tr', html_tag( 'td', 'SquirrelSpell ' . $SQSPELL_VERSION, 'center', $color[9] ) ) . "\n\n"; + echo ''; } /** -- 2.25.1