Skip to content

Commit

Permalink
Merge pull request haml#727 from NathanielWroblewski/master
Browse files Browse the repository at this point in the history
Added more default closing elements.
  • Loading branch information
norman committed Dec 10, 2013
2 parents 16d92a1 + 804be4c commit 1ed9f04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/haml/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ class Options

@defaults = {
:attr_wrapper => "'",
:autoclose => %w(meta img link br hr input area param col base),
:autoclose => %w(area base basefont br col command embed frame
hr img input isindex keygen link menuitem meta
param source track wbr),
:encoding => "UTF-8",
:escape_attrs => true,
:escape_html => false,
Expand Down

0 comments on commit 1ed9f04

Please sign in to comment.