this was causing an empty element to be created

closes #6111
This commit is contained in:
Pablo Cuadrado 2015-06-17 07:01:53 -03:00 committed by Jonne Haß
parent 3a527d01da
commit c050c606c2
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
<a href="#" id="unfollow_{{name}}" rel="nofollow" class="action delete_tag_following pull-right" title="{{t "delete"}}">&times;<a/>
<a href="#" id="unfollow_{{name}}" rel="nofollow" class="action delete_tag_following pull-right" title="{{t "delete"}}">&times;</a>
<a href="/tags/{{name}}" class="selectable">
#{{ name }}
</a>