We're currently using the include_title helper on our site, but just discovered that it's turning all instances of single-quotes into the HTML entity & # 039 ; . Unfortunately, this is breaking our web analytics tool.
Is there a way to get it to NOT do this? If not, what's a good code substitute for me to use? I can take out the include_title and put in something else, but I'm not 100% sure what I should put in its place. Something like html_entity_decode($sf_context->getTitle)? Thanks very much. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
