Stable shouldn't be autoclosed in trunk. Thanks to Sean Tan for pointing this out.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@567 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-07-18 07:34:56 +00:00
parent 50a01fcbbc
commit abbf6b631d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ module Haml
:suppress_eval => false,
:attr_wrapper => "'",
:locals => {},
:autoclose => ['meta', 'img', 'link', 'script', 'br', 'hr'],
:autoclose => ['meta', 'img', 'link', 'br', 'hr'],
:filters => {
'sass' => Sass::Engine,
'plain' => Haml::Filters::Plain,