2015-12-06, 19:16:32
Fix: replace
(to make get_page_title render page titles as text instead of html)
<?php get_page_title(); ?>
by <?php echo htmlspecialchars(get_page_title(false)); ?>
in your template.(to make get_page_title render page titles as text instead of html)