It is a bug. Fixed in trunk:

>>> THEAD('a','b').xml()
'<thead><tr><td>a</td></tr><tr><td>b</td></tr></thead>'


On Aug 9, 2:52 pm, Skiros <hansen.marc...@gmail.com> wrote:
> Sorry
> i expected "<thead><tr><th>a</th><th>b</th></tr></thead>"
>
> On 9 ago, 16:19, Skiros <hansen.marc...@gmail.com> wrote:
>
> > Hello !
>
> > I have a doubt using THEAD helper. THEAD("a", "b") gives me as result
> > "<thead>ab</thead>".
> > I expected "<thead><th>a</th><th>b</th></thead>".
>
> > Why is not the same operation like TR("a", "b")  = "<tr><td>a</
> > td><td>b</td></tr>" ?

Reply via email to