Skip to content

Commit

Permalink
Change the heading to a h3 tag for Plone 5 templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcashero committed Dec 8, 2019
1 parent 91f94e5 commit 81cf188
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -33,11 +33,11 @@
</div>

<tal:listings tal:condition="listings">
<h2 tal:condition="results"><span
<h3 tal:condition="results"><span
i18n:translate="batch_x_items_matching_your_criteria"><span
i18n:name="number"
tal:omit-tag=""
tal:content="results">234</span> properties available</span></h2>
tal:content="results">234</span> properties available</span></h3>

<div metal:use-macro="context/batch_macros/macros/navigation" />

Expand Down

0 comments on commit 81cf188

Please sign in to comment.