Strange behavior — closing "/" in some tags are cut out during render.
-
in my footer.php I have the following code:
<map name="bannersmap" id="bannersmap"> <area alt="ArtClub" href="https://artclub.me/" shape="rect" coords="0,0,144,93" /> <area alt="ArtOfLiving" href="https://www.art-of-living.me/ " shape="rect" coords="214,0,266,93" /> <area alt="Mentor&Sons" href="https://www.mentorandsons.com/mentor_and_sons/Anglijskaa_nana.html" shape="rect" coords="343,0,549,93" /> <area alt="Barclays" href="https://www.expopremier.ru/ " shape="rect" coords="612,0,778,93" /> <area alt="Cambridge Education Group" href="https://www.ceg-uk.ru/ " shape="rect" coords="819,0,915,93" /> </map>
Note that every <area /> tag is closed with “/>”.
For some reason that I have no idea of, when the page is rendered I get this code:
<map name="bannersmap" id="bannersmap"> <area alt="ArtClub" href="https://artclub.me/" shape="rect" coords="0,0,144,93"> <area alt="ArtOfLiving" href="https://www.art-of-living.me/ " shape="rect" coords="214,0,266,93"> <area alt="Mentor&Sons" href="https://www.mentorandsons.com/mentor_and_sons/Anglijskaa_nana.html" shape="rect" coords="343,0,549,93"> <area alt="Barclays" href="https://www.expopremier.ru/ " shape="rect" coords="612,0,778,93"> <area alt="Cambridge Education Group" href="https://www.ceg-uk.ru/ " shape="rect" coords="819,0,915,93"> </map>
Note that there is no “/” when closing the area tags. But they should be there 0_o and I don’t know why they are not…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Strange behavior — closing "/" in some tags are cut out during render.’ is closed to new replies.