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:
parent
5ff6c187ea
commit
b0b52623b6
1 changed files with 3 additions and 2 deletions
|
@ -261,8 +261,9 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
|
|||
# and is compiled to:
|
||||
#
|
||||
# <div id='collection'>
|
||||
# <div class='item'>Broken record album</div>
|
||||
# <div class='description'>What a cool item!</div>
|
||||
# <div class='item'>
|
||||
# <div class='description'>What a cool item!</div>
|
||||
# </div>
|
||||
# </div>
|
||||
#
|
||||
# ==== =
|
||||
|
|
Loading…
Add table
Reference in a new issue