Viewing 1 post (of 1 total)
  • Author
    Posts
  • corinaw Friend
    #148149

    I want to report an error I found in the template override for htmlcom_contentarticledefault.php

    I turned off display title for my articles which resulted in a html validation error due to a </p> remaining on my page.

    I moved the </p> on line 37 up one to reside in between the the 2 endif’s which fixed the problem.

    OLD
    35 <?php endif; ?>
    36 <?php endif; ?>
    37 </p>

    NEW

    35 <?php endif; ?>
    36 </p>
    37 <?php endif; ?>

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  corinaw 14 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum