I have the following temnplate/HTML code: <table width="100">
<tr><td>Authors: [% authors %]</td></tr>
[% FOREACH author IN authors %]
<tr><td>
[% author %]
</td></tr>
[% END %]
</table>
The output page is only:
Authors: ARRAY(0x95e6278)
but it doesn't appear [% author %] variable. Where is the problem?
Regards,
Savio
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates
