Fix html escaping of characters in AMS rendering causing fatal javascript errors

This commit is contained in:
Matt-Yorkley
2019-12-20 01:13:15 +01:00
committed by Luis Ramos
parent b03ef140f7
commit 5603b70379

View File

@@ -1,2 +1,2 @@
:javascript
angular.module('Darkswarm').value("#{name.to_s}", #{json})
angular.module('Darkswarm').value("#{name.to_s.html_safe}", #{json.html_safe})