Pārlūkot izejas kodu

all widgets should be named.

pdontthink 20 gadi atpakaļ
vecāks
revīzija
36ae2afed9
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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";
     }
 }
-?>
+?>