Online html doc has an error

A somewhat complicated example involving tal:repeat:

<tr tal:repeat="ranking playerRankings"
    tal:attribute="class php: repeat.ranking.odd ? 'odd' : NULL">
    ...
</tr>


Should be tal:attributes="class php: repeat.ranking.odd ? 'odd' : NULL">

Michael Hart
_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to