Browse Source

Missing close form tag

pdontthink 8 years ago
parent
commit
d8c5da112d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/squirrelspell/modules/lang_setup.mod

+ 1 - 1
plugins/squirrelspell/modules/lang_setup.mod

@@ -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);
 
 /**