I know this is a variant on the known <TH> issue but <TR> looping
happens across the whole <table> contents, not just the enclosing
<TR>.  For example:

 [- @a = (1..5) -]
 <table>
  <caption>This is my caption</caption>
  <tr><td>[+ $a[$row] +]</td></tr>
 </table>

results in 5 <caption>s.  Ditto for any other table tags like <tbody>,
etc.

I guess I'll finally have to work out what this syntax stuff is ;)

-- 
 - Gus


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to