Skip to content
Snippets Groups Projects
Commit e2d1c717 authored by Benjamin Becker's avatar Benjamin Becker
Browse files

adds quotation marks to link

parent 9fc2c0fc
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,11 @@
{% else %}
<h2>{% snippet 'snippets/search_result_text.html', query=query, count=count, type=type %}</h2>
{% if type == 'dataset' %}
<a class="trapo-link-rss" aria-label="{{ _('rss feeds') }}" href={{h.remove_url_param([''], controller='feed', action='custom') }}>
<a
class="trapo-link-rss"
aria-label="{{ _('rss feeds') }}"
href="{{h.remove_url_param([''], controller='feed', action='custom') }}"
>
<i aria-hidden="true" class="fa fa-rss"></i>
</a>
{%- endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment