1
0
Fork 0
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:
ronen barzel 2010-03-01 02:55:32 -06:00 committed by Nathan Weizenbaum
parent 782f44f553
commit a379f05c0d

View file

@ -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: