diff --git a/plugins/kolab_tags/kolab_tags.js b/plugins/kolab_tags/kolab_tags.js
index 592a592a..39bd9cf2 100644
--- a/plugins/kolab_tags/kolab_tags.js
+++ b/plugins/kolab_tags/kolab_tags.js
@@ -599,7 +599,7 @@ function tag_find(uid)
// create and return tag box element
function tag_box_element(tag, del_btn)
{
- var span = $('')
+ var span = $('')
.text(tag.name).data('tag', tag.uid);
tag_set_color(span, tag);