Strip tags not being processed when using non standard delmiters
[email protected] ("Mark West")
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
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. -Mark Mark West co-lead developer PostNuke