aboutsummaryrefslogtreecommitdiff
path: root/views/tag_input.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'views/tag_input.tpl')
-rw-r--r--views/tag_input.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/views/tag_input.tpl b/views/tag_input.tpl
index 99145e9..409360f 100644
--- a/views/tag_input.tpl
+++ b/views/tag_input.tpl
@@ -1,6 +1,5 @@
<div class="side-by-side-help-container">
- <label>{{get("label", "Tags:")}}
- <input type="text" name="{{input_name}}" value="{{get('input_value', '')}}">
- </label>
+ <label for="tag-input">{{get("label", "Tags:")}}</label>
+ <input type="text" name="{{input_name}}" value="{{get('input_value', '')}}" id="tag-input">
% include("hover_help.tpl", text="Space-separated. Backslashes escape spaces.")
</div>