Skip to content

Commit

Permalink
Merge pull request #295 from HistoricEngland/r120_merge_in_feature_71899
Browse files Browse the repository at this point in the history
AB#71899 Change <h3> element to <span>
  • Loading branch information
RobOatesHistoricEngland authored Aug 23, 2024
2 parents a588c04 + a2708a5 commit 5ad2bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/views/search.htm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="col-xs-6">
<!-- Result Count and ordering Block -->
<div class="search-count-container">
<h3 class="search-title" data-bind="text: '{% trans 'Results: ' %}' + total()"></h3>
<span class="search-title" data-bind="text: '{% trans 'Results: ' %}' + total()"></span>
</div>
</div>
<div class="col-xs-6">
Expand Down

0 comments on commit 5ad2bb9

Please sign in to comment.