Forums
(@arnooo)
10 years, 11 months ago
Hi everyone,
I found the bug near the line 85 in the file front-page.php
echo '<p>'.esc_url(get_theme_mod('SilverStone_frontpage_center_name')).'</p>';
You must replace esc_url by esc_attr.