In beez3 hiding the page heading whilst still showing the category title will end up with the page heading still showing - all in the same h1 tag. This fixes that.
Testing
Turn off page heading param and on category title. Observe both still appear
Apply Patch
Only category title appears (in a h2 tag now). Verify turning on page heading param makes the page heading reappear (in a h1 tag).
<p>In beez3 hiding the page heading whilst still showing the category title will end up with the page heading still showing. This fixes that.</p>
<h3>Testing</h3>
<p>Turn off page heading param and on category title. Observe both still appear</p>
<p>Apply Patch</p>
<p>Only category title appears. Verify turning on page heading param makes the page heading reappear.</p>
<p>In beez3 hiding the page heading whilst still showing the category title will end up with the page heading still showing. This fixes that.</p>
<h3>Testing</h3>
<p>Turn off page heading param and on category title. Observe both still appear</p>
<p>Apply Patch</p>
<p>Only category title appears. Verify turning on page heading param makes the page heading reappear.</p>
⇒
<p>In beez3 hiding the page heading whilst still showing the category title will end up with the page heading still showing - all in the same h1 tag. This fixes that.</p>
<h3>Testing</h3>
<p>Turn off page heading param and on category title. Observe both still appear</p>
<p>Apply Patch</p>
<p>Only category title appears (in a h2 tag now). Verify turning on page heading param makes the page heading reappear (in a h1 tag).</p>
@test
Tested successfully.