You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the SET directive is used, pipe filtering doesn't seem to be applied
to the variable.
Example:
[% foo_uri = "foo bar" | uri %]
I am encoded '[% foo_uri %]'
[% SET foo_uri = "foo bar" | uri %]
I am not encoded '[% foo_uri %]'
Migrated from rt.cpan.org#59208 (status was 'new')
Requestors:
From http://dekimsey.myopenid.com/ on 2010-07-08 20:31:44: