Change html-scanner to rails-html-sanitizer

[ci skip]
This commit is contained in:
Jon Moss 2016-11-19 20:31:25 -05:00
parent 4aacace550
commit 4c3afea7df
1 changed files with 1 additions and 1 deletions

View File

@ -1493,7 +1493,7 @@ strip_links('Blog: <a href="http://myblog.com/">Visit</a>.')
#### 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 <i>these</i> tags!")