aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input/tags.php')
-rw-r--r--views/default/input/tags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/tags.php b/views/default/input/tags.php
index b3c69ae76..3e8bb8023 100644
--- a/views/default/input/tags.php
+++ b/views/default/input/tags.php
@@ -42,4 +42,4 @@
}
?>
-<input type="text" <?php if ($vars['disabled']) echo ' disabled="yes" '; ?><?php echo $vars['js']; ?> name="<?php echo $vars['internalname']; ?>" value="<?php echo htmlentities($tags, ENT_QUOTES, 'UTF-8'); ?>" class="<?php echo $class; ?>"/> \ No newline at end of file
+<input type="text" <?php if ($vars['disabled']) echo ' disabled="yes" '; ?><?php echo $vars['js']; ?> name="<?php echo $vars['internalname']; ?>" <?php if (isset($vars['internalid'])) echo "id=\"{$vars['internalid']}\""; ?> value="<?php echo htmlentities($tags, ENT_QUOTES, 'UTF-8'); ?>" class="<?php echo $class; ?>"/> \ No newline at end of file