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
@ -49,7 +49,7 @@ class TagEditTheme extends Themelet {
|
|||||||
<td>
|
<td>
|
||||||
".($user->can("edit_image_tag") ? "
|
".($user->can("edit_image_tag") ? "
|
||||||
<span class='view'>$h_tag_links</span>
|
<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
|
$h_tag_links
|
||||||
")."
|
")."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user