Does anyone know how to enter html tagged strings in po files so that they come out unescaped (that is they display according to the markup)?
I have tried this: <b>E</b>nvi<b>a</b> - (Envia with bold 'E' and bold 'a') which comes out like this: <b>E</b>nvi&lt;b&gt;a&lt;/b&gt; I know that somehow I need to escape the entities/chars, but my escapes get escaped. Is it escape proof? Do I need to wrap the __() function in something like htmlspecialchars_decode() ?? All help appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
