In which version you see this? Because I fixed it some time ago, first there was htmlentity function (or something like that), it was commented out and then I found only '<' => '<', '>' => '>' and I remove those.
On Mon, 13 Feb 2012 05:03:41 -0000 Christopher Adams <[email protected]> wrote: > Public bug reported: > > If I use < or > in one of my widgets, Aiki turns them into < > > when it outputs the HTML. > > Oftentimes we need to write < or > if we want to display those > characters without the browser thinking they are HTML markup. > > Aiki should not be in the business of converting any HTML entities. > > ** Affects: aikiframework > Importance: Undecided > Status: New > -- Jakub Jankiewicz twitter: @jcubic www: http://jcubic.pl -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/931257 Title: If a widget contains < or > Aiki will output < and > Status in Aiki Framework: New Bug description: If I use < or > in one of my widgets, Aiki turns them into < > when it outputs the HTML. Oftentimes we need to write < or > if we want to display those characters without the browser thinking they are HTML markup. Aiki should not be in the business of converting any HTML entities. To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/931257/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

