don't autocomplete for tag case fixing

This commit is contained in:
Shish 2023-06-25 22:00:04 +00:00
parent f9f37fc637
commit 8f70075c45
1 changed files with 1 additions and 1 deletions

View File

@ -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));