sinatra-static-assets/lib/sinatra
Lennart Melzer bd53f6ae34 Replaced 'closed' flag through simple block handling:
`tag(name, options) { some_content }` becomes `<name opt=...>content</name>`
`tag((name, options)` becomes `<tag opt=... />`
This will only produce XHTML!
2009-11-22 10:10:28 +01:00
..
static_assets.rb Replaced 'closed' flag through simple block handling: 2009-11-22 10:10:28 +01:00