header element cannot include other elements?
-
– PHP 8.0.3
– WordPress 5.7
– Simply Static 2.1.3I convert static page includes code below by Simply Static but it generate strange HTML. Is this code invalid? This issue is not occurred on Simply Static 2.1.0, WordPress 5.0.6, PHP 5.3.29.
– Original code
<h5>Header Title <p> <span class="green">Title1</span> Value1 <span class="orange">Title2</span> Value2 </p> </h5>– Converted HTML
<h5>Header Title</h5> <p> <span class="green">Title1</span> Value1 <span class="orange">Title2</span> Value2 </p>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘header element cannot include other elements?’ is closed to new replies.