From 598ef2ee82a4c502deba678ed9191f5f40930132 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Wed, 3 Oct 2018 17:49:32 -0400 Subject: Customize tag and attribute sanitization Fixes #6 --- app/views/action_text/content/_layout.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/action_text') diff --git a/app/views/action_text/content/_layout.html.erb b/app/views/action_text/content/_layout.html.erb index 60d65cd0d5..55cb708ac4 100644 --- a/app/views/action_text/content/_layout.html.erb +++ b/app/views/action_text/content/_layout.html.erb @@ -1,3 +1,3 @@
- <%= sanitize render_action_text_content(content) %> + <%= render_action_text_content(content) %>
-- cgit v1.2.3