From 6f6d0855bf9b7e2f01f1d66d0b07c98730bf0f75 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Fri, 6 May 2016 09:19:24 -0300 Subject: [PATCH] html safe fix in addthis javascript --- app/views/layouts/application-ng.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application-ng.html.erb b/app/views/layouts/application-ng.html.erb index 65d9ea5..11369f2 100644 --- a/app/views/layouts/application-ng.html.erb +++ b/app/views/layouts/application-ng.html.erb @@ -82,7 +82,7 @@ <%= noosfero_layout_features %> - <%= addthis_javascript %> + <%= addthis_javascript.html_safe %> <%= str = (@plugins.dispatch(:body_ending).map do |content| if content.respond_to?(:call) then -- libgit2 0.21.2