Skip to content

Commit

Permalink
Merge pull request #1672 from NatLibFi/fix-search-listing-template
Browse files Browse the repository at this point in the history
Fix Skosmos 2 twig syntax error on search result page
  • Loading branch information
osma committed Aug 30, 2024
2 parents 4dd3deb + 8b7d1c2 commit 33f9a4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion view/vocab-search-listing.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{% set concept_label = '' %}{% for concept in search_results %}{% set concept_label = concept.label %}{% endfor %}
{% block title %}'{{ term }}' - {{ vocab.shortName(request.contentLang) }} - {{ GlobalConfig.serviceName }}{% endblock %}
{% block url %}{{ BaseHref }}{{ request.langurl }}{% endblock %}
{% endblock %}
{% block content %}
<div class="search-result-listing">
<h2 class="sr-only">{% trans "Search results" %}</h2>
Expand Down

0 comments on commit 33f9a4f

Please sign in to comment.