Skip to content

Commit 0b64e50

Browse files
authored
Merge pull request #95 from rwojnarowski/patch-1
Deprecated warning text, missing space
2 parents df0c946 + 21da038 commit 0b64e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails-html-sanitizer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def safe_list_sanitizer
2121

2222
def white_list_sanitizer
2323
ActiveSupport::Deprecation.warn "warning: white_list_sanitizer is" \
24-
"deprecated, please use safe_list_sanitizer instead."
24+
" deprecated, please use safe_list_sanitizer instead."
2525
safe_list_sanitizer
2626
end
2727
end

0 commit comments

Comments
 (0)