Commit 6f6d0855bf9b7e2f01f1d66d0b07c98730bf0f75
1 parent
e6612c79
Exists in
ratings_minor_fixes
and in
4 other branches
html safe fix in addthis javascript
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application-ng.html.erb
@@ -82,7 +82,7 @@ | @@ -82,7 +82,7 @@ | ||
82 | </div><!-- end id="global-footer" --> | 82 | </div><!-- end id="global-footer" --> |
83 | </div><!-- end id="footer" --> | 83 | </div><!-- end id="footer" --> |
84 | <%= noosfero_layout_features %> | 84 | <%= noosfero_layout_features %> |
85 | - <%= addthis_javascript %> | 85 | + <%= addthis_javascript.html_safe %> |
86 | <%= | 86 | <%= |
87 | str = (@plugins.dispatch(:body_ending).map do |content| | 87 | str = (@plugins.dispatch(:body_ending).map do |content| |
88 | if content.respond_to?(:call) then | 88 | if content.respond_to?(:call) then |