Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
1e2d5898
Commit
1e2d5898
authored
Jan 05, 2019
by
Rin Toshaka
Browse files
oopsies
parent
846082e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/html.ex
View file @
1e2d5898
...
@@ -34,7 +34,12 @@ def get_cached_scrubbed_html_for_object(content, scrubbers, object, module) do
...
@@ -34,7 +34,12 @@ def get_cached_scrubbed_html_for_object(content, scrubbers, object, module) do
end
end
def
get_cached_stripped_html_for_object
(
content
,
object
,
module
)
do
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
end
def
ensure_scrubbed_html
(
def
ensure_scrubbed_html
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment