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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -