diff --git a/app/views/admin/json/_injection_ams.html.haml b/app/views/admin/json/_injection_ams.html.haml index 50a22fa4ce..c95ecf5b03 100644 --- a/app/views/admin/json/_injection_ams.html.haml +++ b/app/views/admin/json/_injection_ams.html.haml @@ -1,2 +1,2 @@ :javascript - angular.module("#{ngModule}").value("#{name.to_s}", #{json}) \ No newline at end of file + angular.module("#{ngModule}").value("#{name.to_s.html_safe}", #{json.html_safe}) \ No newline at end of file