summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/tags/tag.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/tags/tag.hbs')
-rw-r--r--web-ui/app/templates/tags/tag.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/tags/tag.hbs b/web-ui/app/templates/tags/tag.hbs
index a7b02e21..0d21cfde 100644
--- a/web-ui/app/templates/tags/tag.hbs
+++ b/web-ui/app/templates/tags/tag.hbs
@@ -1,3 +1,3 @@
<li id="tag-{{ ident }}" class="{{ selected }}">
- {{> tag_inner }}
+ <span>{{> tag_inner }}</span>
</li>