Skip to content

Commit

Permalink
Swap sanitize for raw in body with related links partial
Browse files Browse the repository at this point in the history
  • Loading branch information
injms committed Nov 2, 2020
1 parent d0dd4d1 commit 5c132c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content_items/_body_with_related_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
direction: page_text_direction,
disable_youtube_expansions: true,
} do %>
<%= sanitize(@content_item.body) %>
<%= raw(@content_item.body) %>
<% end %>

<% if @content_item.last_updated && @content_item.schema_name == "help_page" %>
Expand Down

0 comments on commit 5c132c6

Please sign in to comment.