From 7587632b9346645d97b552ab0219bd209faa3238 Mon Sep 17 00:00:00 2001 From: Timm Date: Tue, 11 Feb 2014 21:01:41 +0100 Subject: Changed configuration documentation to no longer state it replaces a Set. --- actionview/lib/action_view/helpers/sanitize_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionview/lib') diff --git a/actionview/lib/action_view/helpers/sanitize_helper.rb b/actionview/lib/action_view/helpers/sanitize_helper.rb index b614126aaf..38354a1d0b 100644 --- a/actionview/lib/action_view/helpers/sanitize_helper.rb +++ b/actionview/lib/action_view/helpers/sanitize_helper.rb @@ -178,7 +178,7 @@ module ActionView @white_list_sanitizer ||= Rails::Html::WhiteListSanitizer.new end - # Replaces the Set of allowed tags for the +sanitize+ helper. + # Replaces the allowed tags for the +sanitize+ helper. # # class Application < Rails::Application # config.action_view.sanitized_allowed_tags = 'table', 'tr', 'td' @@ -188,7 +188,7 @@ module ActionView Rails::Html::WhiteListSanitizer.allowed_tags = tags end - # Replaces the Set of allowed HTML attributes for the +sanitize+ helper. + # Replaces the allowed HTML attributes for the +sanitize+ helper. # # class Application < Rails::Application # config.action_view.sanitized_allowed_attributes = ['onclick', 'longdesc'] -- cgit v1.2.3