浏览代码

Missing close form tag

pdontthink 8 年之前
父节点
当前提交
d8c5da112d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 
 /**