Hi,

thanks for great theme, there is a problem with special characters in titles in rotator , for example: & is printed as &amp.

Comments

damiandab’s picture

Issue summary: View changes

added code tag

damiandab’s picture

Issue summary: View changes

update

damiandab’s picture

ok, I found solution:

open 'views-view-fields--home-page-feature-rotator--block.tpl.php' in 'sites/all/themes/openpublic_eu/views-rotator' and change line 27:


<h2><?php print l($title, $links_url); ?></h2>

TO


<h2><?php print l($title, $links_url, array('html' => true)); ?></h2>

Best,
Damian

damiandab’s picture

Issue summary: View changes

update

damiandab’s picture

Issue summary: View changes

update