Skip to content

Commit

Permalink
update option name
Browse files Browse the repository at this point in the history
Will's original implementation gave this option the name `escape_interpolated_html`, but it was changed to `escape_filter_interpolations` in the review process
  • Loading branch information
Hamms committed Feb 24, 2022
1 parent fdb4e97 commit 8bf5fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/config/initializers/haml.rb
@@ -1,3 +1,3 @@
# Disable escaping HTML in interpolated strings, for backwards compatibility with Haml < 5 behavior.
# See: https://github.com/haml/haml/pull/984
Haml::Template.options[:escape_interpolated_html] = false
Haml::Template.options[:escape_filter_interpolations] = false

0 comments on commit 8bf5fe5

Please sign in to comment.