diff --git a/app/views/profile_editor/edit.html.erb b/app/views/profile_editor/edit.html.erb index 45a86d8..594cb2d 100644 --- a/app/views/profile_editor/edit.html.erb +++ b/app/views/profile_editor/edit.html.erb @@ -53,7 +53,7 @@ <%= @plugins.dispatch(:profile_editor_extras).map do |content| - if content.respond_to?(:call) then instance_exec(&content).html_safe else content.html_safe end + if content.respond_to?(:call) then instance_eval(&content).html_safe else content.html_safe end end.join("\n") %> -- libgit2 0.21.2