Skip to content

Commit

Permalink
Merge pull request #7955 from toothstone/align-search-result-header-l…
Browse files Browse the repository at this point in the history
…evel

Align search result heading level
  • Loading branch information
pdelboca committed Dec 6, 2023
2 parents 43e4cdd + 1fc2b11 commit 0b7a980
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ckan/templates/snippets/search_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@
{% endblock %}

{% block search_title %}
<h1>
{% if not error %}
<h1>{% snippet 'snippets/search_result_text.html', query=query, count=count, type=type %}</h1>
{% snippet 'snippets/search_result_text.html', query=query, count=count, type=type %}
{% else %}
<h2>Error</h2>
Error
{% endif %}
</h1>
{% endblock %}

{% block search_facets %}
Expand Down

0 comments on commit 0b7a980

Please sign in to comment.