Re: [htmltmpl] Question about syntax
Brought to you by:
samtregar
From: Michael P. <mi...@pe...> - 2004-08-11 15:03:47
|
Dale W. Hanzelka wrote: > Are these two items equivalent? > > <!-- <tmpl_var name=somename> --> > > <!-- tmpl_var name=somename --> > > Brad Cathey wrote: >><!-- <tmpl_var name=somename> --> No. Sorry about the confusion. the first one will put the contents of the var into an HTML comment and will never be seen by the view. The second one will hide the H::T tag from a validator/editor. The second is what Brad and I meant (I think) -- Michael Peters Developer Plus Three, LP |