GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
Making documentation for autoclosed tags accurate. Thanks to Evgeny.

git-svn-id: svn://hamptoncatlin.com/haml/tags/stable@722 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Mon Jan 07 08:52:23 -0800 2008
commit  f88312586cc7f47774b323f6e957bd0eed9dec8f
tree    7584671f6b0da41ca5fc8aa03de2a467d29c731c
parent  2c23242ca98e6723db8cf49de69fabed06cd6e51
...
750
751
752
753
 
754
755
756
...
750
751
752
 
753
754
755
756
0
@@ -750,7 +750,7 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
0
 #
0
 # [<tt>:autoclose</tt>] A list of tag names that should be automatically self-closed
0
 # if they have no content.
0
-# Defaults to <tt>['meta', 'img', 'link', 'script', 'br', 'hr']</tt>.
0
+# Defaults to <tt>['meta', 'img', 'link', 'br', 'hr', 'input', 'area']</tt>.
0
 #
0
 module Haml
0
   # This method is called by init.rb,

Comments

    No one has commented yet.