Skip to content
Snippets Groups Projects
Unverified Commit febd947f authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

tab is ok

parent 80ebeb2d
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,6 @@ class Osuny::Sanitizer
while output != Loofah.fragment(output).text(encode_special_chars: false)
output = Loofah.fragment(output).text(encode_special_chars: false)
end
output.gsub("\t", "").gsub("\r\n", "").gsub("\n", "")
output.gsub("\r\n", "").gsub("\n", "")
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment