6 Aug
2001
6 Aug
'01
9:49 p.m.
But of course, that will not work, either.
<dtml-var "getPropDescription(sequence-item)"> will fail because python will try to subtract item from sequence before passing the argument.
You can either <dtml-var "getPropDescription(_['sequence-item'])"> or use dtml-let to set sequence-item to something without a dash.
Oh rats. Blasted special cases. What's the big idea not using underscores anyway? --jcc (proofread, fool)