Hi, there's a small typo in the manual, a missing 's' :
Chapter:
2.7. tal:attributes
<(...)>
A somewhat complicated example involving tal:repeat :
<tr tal:repeat="ranking playerRankings"
tal:attribute="class php: repeat.ranking.odd ? 'odd' : false">
^^ <-- this should be "attributes".
Kind regards,
Tarjei