mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Implicit divs were used in REFERENCE before they had been introduced.
This commit is contained in:
parent
782f44f553
commit
a379f05c0d
1 changed files with 5 additions and 5 deletions
|
@ -497,11 +497,11 @@ is compiled to:
|
|||
|
||||
And,
|
||||
|
||||
#content
|
||||
.articles
|
||||
.article.title Doogie Howser Comes Out
|
||||
.article.date 2006-11-05
|
||||
.article.entry
|
||||
%div#content
|
||||
%div.articles
|
||||
%div.article.title Doogie Howser Comes Out
|
||||
%div.article.date 2006-11-05
|
||||
%div.article.entry
|
||||
Neil Patrick Harris would like to dispel any rumors that he is straight
|
||||
|
||||
is compiled to:
|
||||
|
|
Loading…
Reference in a new issue