Skip to content

Commit

Permalink
escape html as later step
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Apr 27, 2011
1 parent 83365ab commit 2de3442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slim/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ class Engine < Temple::Engine
use Slim::Sections, :sections, :dictionary, :dictionary_access
use Slim::EndInserter
use Slim::Compiler, :disable_capture, :auto_escape
filter :EscapeHTML, :use_html_safe
filter :Debugger, :debug, :debug_prefix => 'After Slim'
use Temple::HTML::Pretty, :format, :attr_wrapper, :join_delimiter, :pretty
filter :EscapeHTML, :use_html_safe
filter :MultiFlattener
filter :StaticMerger
filter :DynamicInliner
Expand Down

0 comments on commit 2de3442

Please sign in to comment.