diff options
author | Rin Toshaka <rinpatch@sdf.org> | 2019-01-05 00:25:31 +0100 |
---|---|---|
committer | Rin Toshaka <rinpatch@sdf.org> | 2019-01-05 00:25:31 +0100 |
commit | 1e2d58982ee6a74a249fc92fa2711f678a9f7464 (patch) | |
tree | 001e3a2098d608b238ea4d00482bb994b310711d /lib | |
parent | 846082e54fcb9dceda476282c54d8cd36986203c (diff) | |
download | pleroma-1e2d58982ee6a74a249fc92fa2711f678a9f7464.tar.gz |
oopsies
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/html.ex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/pleroma/html.ex b/lib/pleroma/html.ex index 41d41e535..0c5b0f03f 100644 --- a/lib/pleroma/html.ex +++ b/lib/pleroma/html.ex @@ -34,7 +34,12 @@ defmodule Pleroma.HTML do end def get_cached_stripped_html_for_object(content, object, module) do - get_cached_scrubbed_html_for_object(content, HtmlSanitizeEx.Scrubber.StripTags, object, module) + get_cached_scrubbed_html_for_object( + content, + HtmlSanitizeEx.Scrubber.StripTags, + object, + module + ) end def ensure_scrubbed_html( |