lib/htmlcompressor/rack.rb in htmlcompressor-0.0.4 vs lib/htmlcompressor/rack.rb in htmlcompressor-0.0.5
- old
+ new
@@ -4,10 +4,10 @@
DEFAULT_OPTIONS = {
:enabled => true,
:remove_multi_spaces => true,
:remove_comments => true,
- :remove_intertag_spaces => true,
+ :remove_intertag_spaces => false,
:remove_quotes => true,
:compress_css => false,
:compress_javascript => false,
:simple_doctype => false,
:remove_script_attributes => true,
\ No newline at end of file