mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Fix broken html encoding of injected json in admin views
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
:javascript
|
||||
angular.module("#{ngModule}").value("#{name.to_s}", #{json})
|
||||
angular.module("#{ngModule}").value("#{name.to_s.html_safe}", #{json.html_safe})
|
||||
Reference in New Issue
Block a user