diff --git a/views/app/filters.html b/views/app/filters.html index f3479f0690..1a04d02a3a 100644 --- a/views/app/filters.html +++ b/views/app/filters.html @@ -53,9 +53,9 @@ Tags - - {{#each _user.tags as :tag}} - {:tag.name} - {{/}} - + {{#each _user.tags as :tag}} + + {:tag.name} + + {{/}} \ No newline at end of file