aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/action_text/content/_layout.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/action_text/content/_layout.html.erb')
-rw-r--r--app/views/action_text/content/_layout.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/action_text/content/_layout.html.erb b/app/views/action_text/content/_layout.html.erb
index c0b86a189e..b8c8ab6fc6 100644
--- a/app/views/action_text/content/_layout.html.erb
+++ b/app/views/action_text/content/_layout.html.erb
@@ -1,3 +1,3 @@
<div class="trix-content">
- <%=raw document %>
+ <%= sanitize document %>
</div>