[pmwiki-users] Foxedit and special characters

James DeVain jamesdevain at mail.com
Sat Jan 17 15:00:45 CST 2009


Hello,

Hans (or anyone else who might know), I wanted foxedit's edit form to
not display character codes instead of HTML characters (for example,
it would display "<" as "&lt;"). I couldn't figure out a way to change
it in my config file, so I just changed foxedit.php, line 84, from:

...('$','&#036;',htmlspecialchars($text,ENT_NOQUOTES));	

to:

...('$','&#036;',htmlspecialchars_decode($text,ENT_NOQUOTES));	

Do you see any problem with this? Or is there a better way to handle it?

Thanks

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com




More information about the pmwiki-users mailing list