htmlspecialchars - powermail and the special characters -


i have known issue special characters < > " & , powermail extension in typo3. googled , found it's related double trigger of htmlspecialchars in 2 files. tried many suggestions didn't help. - removed htmlspecialchars class.tx_powermail_html.php. - removed class.tx_powermail_markers.php. - ...

does has exact solution issue? in advance.

ps: using v. 1.6.9 on typo3 4.5

well ,

i find answer in case faces same problem. comment out both appearances of "htmlspecialchars" in function sec() in "lib\class.tx_powermail_functions_div.php".

that should fix


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -