1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/haml/results/helpful.xhtml
nex3 d7030e9c7d [Haml] Preparse simple attribute hashes, for great speed. Thanks go to Tom Bagby for the initial patch.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@525 7063305b-7217-0410-af8c-cdc13e5119b9
2007-06-02 10:45:24 +00:00

10 lines
No EOL
401 B
HTML

<div class='article' id='article_1'>
<h1>Hello</h1>
<div>World</div>
</div>
<div class='article' id='id_article_1'>id</div>
<div class='article class' id='article_1'>class</div>
<div class='article class' id='id_article_1'>id class</div>
<div class='article full' id='article_1'>boo</div>
<div class='article full' id='article_1'>moo</div>
<div class='article articleFull' id='article_1'>foo</div>