Missing close form tag
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 17 Jun 2017 20:08:33 +0000 (20:08 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 17 Jun 2017 20:08:33 +0000 (20:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14683 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/squirrelspell/modules/lang_setup.mod

index 1c34498cb74a72e6ca3ba37ab0e4439a5dd2aaf0..74fc24b6b1d64d8e27241715108f6721b24352c9 100644 (file)
@@ -48,7 +48,7 @@ while (list($avail_lang, $junk) = each($SQSPELL_APP)){
 }
 $msg .= "</p>\n" . $add . "</select>\n";
 $msg .= "</p></blockquote><p><input type=\"submit\" value=\" "
-  . _("Make these changes") . " \" /></p>";
+  . _("Make these changes") . " \" /></p></form>";
 sqspell_makePage(_("Add International Dictionaries"), null, $msg);
 
 /**