2011-10-25, 06:11:35
mvlcek Wrote:I doubt that this is the solution. It would also decode <, >, & in the text, which it must not do!I think it is... Got it on my sites, it decode only entities.
I made it like this (theme_functions.php line ~290) :
Code:
echo '<meta name="description" content="'.html_entity_decode(encode_quotes($description), ENT_QUOTES, "UTF-8").'" />'."\n";
Now I got no problem with entities.