17 Jan
2000
17 Jan
'00
12:14 a.m.
Since others have already pointed out the correct syntax, I'll just add a side note: Some HTML editors (cough Dream cough weaver) which merrily ignore the contents of <!--#var --> style tags will mangle tags of the form <dtml-var "...">. The solution is to write <dtml-var expr="..."> instead. While you're experimenting with the new syntax, be sure to try out &dtml-foo; as well. It's great for embedding values in tag attributes. Cheers, Evan @ 4-am