Explorar o código

all widgets should be named.

pdontthink %!s(int64=20) %!d(string=hai) anos
pai
achega
36ae2afed9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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";
     }
 }
-?>
+?>