Ticket #54 (closed defect: fixed)
Tags with empty content
| Reported by: | yayel | Owned by: | tec |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | doc | Version: | |
| Keywords: | tags | Cc: |
Description
Using todays trunk:
The following 2 lines don't output anything:
br div :id => 'menu-footer'
while
div( :id => 'menu-footer' ){}
works
and
br {}
raises a Markaby::InvalidXhtmlError?: the `#{sym}' element is self-closing, please remove the block
How to use these tags then ?
Change History
Note: See
TracTickets for help on using
tickets.