This line needs to be moved after the htmlspecialchars function, else
the <br /> gets escaped: About line 605 in functions.php
$out = htmlspecialchars($out, ENT_NOQUOTES);
if ($args['fmt'] == 'lines') $out = str_replace("\n", '<br />', $out);
Thanks for spotting this!
Cheers,
Dan
On Sun, Oct 11, 2009 at 6:10 AM, Hans <[email protected]> wrote:
> with action=source linebreaks are not inserted.
> Instead "<br />" tags appear as text.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---