Index: trunk/extensions/SimpleAntiSpam/SimpleAntiSpam.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | //add the form field |
29 | 29 | function efSimpleAntiSpamField(&$editpage, &$out) { |
30 | 30 | wfLoadExtensionMessages('SimpleAntiSpam'); |
31 | | - $out->addHTML("<div id=\"antispam-containter\" style=\"display: none;\"> |
| 31 | + $out->addHTML("<div id=\"antispam-container\" style=\"display: none;\"> |
32 | 32 | <label for=\"wpAntispam\">".wfMsgExt('simpleantispam-label', array( 'parseinline' ))."</label> <input type=\"text\" name=\"wpAntispam\" id=\"wpAntispam\" value=\"\" /> |
33 | 33 | </div>\n"); |
34 | 34 | return true; |