Remove duplicate 'class' attribute on html element. Fixed tag edit box so that auto complete works again.
This commit is contained in:
parent
edc9e07919
commit
1c43fd9dc4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class TagEditTheme extends Themelet {
|
|||
<td>
|
||||
".($user->can("edit_image_tag") ? "
|
||||
<span class='view'>$h_tag_links</span>
|
||||
<input class='edit' type='text' name='tag_edit__tags' value='$h_tags' class='autocomplete_tags' id='tag_editor'>
|
||||
<input class='edit autocomplete_tags' type='text' name='tag_edit__tags' value='$h_tags' id='tag_editor'>
|
||||
" : "
|
||||
$h_tag_links
|
||||
")."
|
||||
|
|
Reference in a new issue