Browse Source

all widgets should be named.

pdontthink 20 years ago
parent
commit
36ae2afed9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/squirrelspell/setup.php

+ 2 - 2
plugins/squirrelspell/setup.php

@@ -77,11 +77,11 @@ function squirrelspell_setup() {
              "<!--\n".
              'document.write("<input type=\"button\" value=\"'.
              _("Check Spelling").
-             '\" onclick=\"window.open(\'../plugins/squirrelspell/sqspell_'.
+             '\" name=\"check_spelling\" onclick=\"window.open(\'../plugins/squirrelspell/sqspell_'.
              'interface.php\', \'sqspell\', \'status=yes,width=550,height=370,'.
              'resizable=yes\')\" />");' . "\n".
              "//-->\n".
              "</script>\n";
     }
 }
-?>
+?>