From c050c606c23ebdcb09326261d2e9e79dedb6cfa2 Mon Sep 17 00:00:00 2001 From: Pablo Cuadrado Date: Wed, 17 Jun 2015 07:01:53 -0300 Subject: [PATCH] this was causing an empty element to be created closes #6111 --- Changelog.md | 1 + app/assets/templates/tag_following_tpl.jst.hbs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e05551b6b..fc440b87f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ ## Bug fixes * Precompile facebox images [#6105](https://github.com/diaspora/diaspora/pull/6105) +* Fix wrong closing a-tag [#6111](https://github.com/diaspora/diaspora/pull/6111) ## Features * Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090) diff --git a/app/assets/templates/tag_following_tpl.jst.hbs b/app/assets/templates/tag_following_tpl.jst.hbs index 1f269a095..61b564c9d 100644 --- a/app/assets/templates/tag_following_tpl.jst.hbs +++ b/app/assets/templates/tag_following_tpl.jst.hbs @@ -1,4 +1,4 @@ -× +× #{{ name }}