in reply to Thoughts on converting from HTML::Template to Template Toolkit

During this, I found that TT didn't like constructs such as:
<a[% IF url %] href="[% url %]"[% END %][% IF active %] class="activ +e"[% END %]
I'm a pretty heavy user of TT, and I've never seen this. Can you reduce this to a test case that I can run? If so, I'd like to submit it to get it fixed.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: Thoughts on converting from HTML::Template to Template Toolkit
  • Download Code