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

Corrected README example

git-svn-id: svn://hamptoncatlin.com/haml/trunk@30 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
packagethief 2006-09-12 13:14:36 +00:00
parent 7db85d7b12
commit 0df0cc6b3f

2
README
View file

@ -46,7 +46,7 @@ by the element name. To specify attributes, include a hash of attributes inside
curly braces. Example:
%one
%meta{:content => 'something'}
%meta{:content => 'something'}/
%two
%three Hey there