</tr>
<tr>
<th align="left"><?php echo T_('Tags'); ?></th>
- <td><input class="autocomplete" type="text" id="tags" name="tags" size="75" value="<?php echo filter(implode(', ', $row['tags']), 'xml'); ?>" /></td>
+ <td><input type="text" id="tags" name="tags" size="75" value="<?php echo filter(implode(', ', $row['tags']), 'xml'); ?>" /></td>
<td>← <?php echo T_('Comma-separated'); ?></td>
</tr>
<tr>