public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Search Repo:
Fixing a screwy documentation error. Thanks to Kiril Angov for pointing 
this out.


git-svn-id: svn://hamptoncatlin.com/haml/tags/stable@600 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Sun Sep 02 10:11:19 -0700 2007
commit  ed47b197e795a50582c765052079fdfb70e55c83
tree    d2dd18d90ec29de3794e48471300bb93ff1c4988
parent  eb2ae18896ecab9759a638ee6dcb9a90e78388e7
...
261
262
263
264
265
 
 
 
266
267
268
...
261
262
263
 
 
264
265
266
267
268
269
0
@@ -261,8 +261,9 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
0
 # and is compiled to:
0
 #
0
 # <div id='collection'>
0
-# <div class='item'>Broken record album</div>
0
-# <div class='description'>What a cool item!</div>
0
+# <div class='item'>
0
+# <div class='description'>What a cool item!</div>
0
+# </div>
0
 # </div>
0
 #
0
 # ==== =

Comments

    No one has commented yet.