diff --git a/ext/tag_tools/theme.php b/ext/tag_tools/theme.php index 11994b7d..2f52c6b4 100644 --- a/ext/tag_tools/theme.php +++ b/ext/tag_tools/theme.php @@ -39,7 +39,7 @@ class TagToolsTheme extends Themelet $html = (string)SHM_SIMPLE_FORM( "admin/set_tag_case", - INPUT(["type"=>'text', "name"=>'tag', "placeholder"=>'Enter tag with correct case', "class"=>'autocomplete_tags', "autocomplete"=>'off']), + INPUT(["type"=>'text', "name"=>'tag', "placeholder"=>'Enter tag with correct case', "autocomplete"=>'off']), SHM_SUBMIT('Set Tag Case'), ); $page->add_block(new Block("Set Tag Case", $html));