Re: [SMARTY-DEV] Strip tags not being processed when using non standard delmiters
[email protected] (messju mohr)
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Feb 09, 2005 at 01:56:19PM -0000, Mark West wrote: > I've recently upgraded the PostNuke cvs to use smarty 2.6.7 and have noticed > a small problem with strip tags. The strip block tags are not read if you > use anything other than the standard curly bracket delimiters. In our case > use <!--[ and ]--> so the problem manifests itself via 'comments' in our > outputed templates. > > The problem appears to relate to this cvs commit, > http://cvs.php.net/diff.php/smarty/libs/Smarty_Compiler.class.php?r1=1.358&r2=1.359&ty=u. > The old code takes acount of different delimiters where as the new code > doesn't. uh, i can confirm this bug. it's fixed in cvs. thanks for pointing this out. greetings messju > -Mark > > Mark West > co-lead developer > PostNuke