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>" ?