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
1 changed files with 1 additions and 1 deletions

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.