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

Fixing a screwy documentation error. Thanks to Kiril Angov for pointing this out.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@600 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-09-02 17:11:19 +00:00
parent 5ff6c187ea
commit b0b52623b6

View file

@ -261,8 +261,9 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# and is compiled to: # and is compiled to:
# #
# <div id='collection'> # <div id='collection'>
# <div class='item'>Broken record album</div> # <div class='item'>
# <div class='description'>What a cool item!</div> # <div class='description'>What a cool item!</div>
# </div>
# </div> # </div>
# #
# ==== = # ==== =