Skip to content

Commit

Permalink
Allow h2 to maintain backward compatibility with current content api
Browse files Browse the repository at this point in the history
  • Loading branch information
danacotoran committed Nov 18, 2020
1 parent c1ab7ed commit 102854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content_items/_attachments.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
} do %>
<%= sanitize(legacy_pre_rendered_documents, {
attributes: %w(alt class href id src data-module data-track-category data-track-action data-track-label data-track-options data-details-track-click),
tags: %w(a details div h3 img p section span summary),
tags: %w(a details div h2 h3 img p section span summary),
}) %>
<% end %>
<% else %>
Expand Down

0 comments on commit 102854c

Please sign in to comment.