Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >> include Sanitize
- => Object
- >> sanitize_html("<script>foo</script>")
- => "<script>foo</script>"
- --- run rake ---
- >> include Sanitize
- => Object
- >> sanitize_html("<script>foo</script>")
- ArgumentError: wrong number of arguments (2 for 1)
- 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