Re: [htmltmpl] retrieving default values
Brought to you by:
samtregar
From: Roger B. W. <ro...@fi...> - 2011-11-20 15:45:19
|
On Sun, Nov 20, 2011 at 08:40:05AM +0100, Marcel van Dorp wrote: >I have an issue with your extension H::T::Set. > >In my template, I have: > >Debug: <TMPL_VAR NAME="VAL1"> ><TMPL_SET NAME="var1" ><TMPL_VAR NAME="VAL1"></TMPL_SET> If you're using _my_ Set.pm extension - which isn't on CPAN as far as I know - all you should have in the second line is <TMPL_SET NAME="var1" VALUE="VAL1"> It's possible that there's another one with a different syntax that I'm unaware of. Roger |