Seeing html special characters codes in code pages, rather than the characters,
is caused in markups.php function BOLTMcode() line 152:
$code = htmlspecialchars($code, ENT_NOQUOTES);
which causes already encoded characters to be encoded again:
for example > is encoded as >
commenting out the line removes the problem.
~Hans
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" 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/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---