Guest User

Untitled

a guest
May 5th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. >> include Sanitize
  2. => Object
  3. >> sanitize_html("<script>foo</script>")
  4. => "<script>foo</script>"
  5.  
  6. --- run rake ---
  7.  
  8. >> include Sanitize
  9. => Object
  10. >> sanitize_html("<script>foo</script>")
  11. ArgumentError: wrong number of arguments (2 for 1)
  12. from /Users/markdaggett/Sites/clients/newstrust/svn/branches/sanitize_helper_2/vendor/gems/html5-0.10.0/lib/html5/html5parser.rb:67:in `initialize'
Add Comment
Please, Sign In to add comment