I am really sorry.
I forgot td should not nested in th tag. -__!

On 1月15日, 上午10时18分, Nathan Weizenbaum <[EMAIL PROTECTED]> wrote:
> It works for me... what version of Haml are you using? Are you sure you
> didn't forget to indent something?
>
> grayblur wrote:
> > %table
> >   %th
> >     %td test
> >     %td test2
> >   %tr
> >     %td adfasf
>
> > complied to
>
> > <table>
> >           <tbody><tr><th>
> >             </th><td>test</td>
> >             <td>test2</td>
>
> >           </tr><tr>
> >             <td>adfasf</td>
> >           </tr>
> >         </tbody></table>
>
> > $th but not directly out put  th tag, it output a tr tag within a
> > empty th tag
> > is this a bug or I missed something?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to