There are two cases where closure is misinterpreted by most editors: <option name="fruit" value="apples" <TMPL_VAR NAME="selected"> >
and <input type="hidden" value="<TMPL_VAR NAME="user">" name="user"> The latter form is figured out by many editors, especially if the TMPL_* tag is converted to a comment tag. The former form is not inside quotes and most editors fail to realize it's a nested tag and close wrong, even with the TMPL_* tag made into a comment tag. Any ideas for the option line above? I know I can do it with a filter, but then I'm not really using HTML::Template (especially important if handing off work to someone whose not comfortable with the extra tags of HTML::Template yet. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
