From 4c3afea7dfb380f6357c9ebceac973bfa20151f6 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sat, 19 Nov 2016 20:31:25 -0500 Subject: [PATCH] Change html-scanner to rails-html-sanitizer [ci skip] --- guides/source/action_view_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index ff0127522b..c835adeab6 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -1493,7 +1493,7 @@ strip_links('Blog: Visit.') #### strip_tags(html) Strips all HTML tags from the html, including comments. -This uses the html-scanner tokenizer and so its HTML parsing ability is limited by that of html-scanner. +This functionality is powered by the rails-html-sanitizer gem. ```ruby strip_tags("Strip these tags!")