On 18/10/05, Philip Tellis <[EMAIL PROTECTED]> wrote: > I want both to be on by > default.
There can only be 1 _default_, by definition > It makes sense therefore to do this: > > html_escape => 1, js_escape => 1, foo_escape => 0 > Of course, it's pretty hard to figure out which TMPL_VARs need to be > escaped in each way. It's also hard to extend this with sanity. s/pretty hard/impossible/; That's why there's only 1 _default_. If there's going to be more HTML vars than URL's, then set default to HTML, and manually set each URL var to ESCAPE=URL - or vise-versa - it's still less work to do that before. Carl ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Html-template-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/html-template-users
