1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fixed a minor doc bug. Thanks are due to Paul Abbot.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@444 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-03-19 16:56:11 +00:00
parent bca66ea635
commit 57de211216

2
README
View file

@ -47,7 +47,7 @@ a tag without a name defaults to a div. So
becomes
<div id='foo'>Hello!</foo>
<div id='foo'>Hello!</div>
Haml uses indentation
to bring the individual elements to represent the HTML structure.