fixes #1376
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<% if @error %>
|
<% if @error %>
|
||||||
{"success": false, "reason": <%= @error.to_s.to_json %>}
|
{"success": false, "reason": <%= @error.to_s.to_json.html_safe %>}
|
||||||
<% else %>
|
<% else %>
|
||||||
{"success": true}
|
{"success": true}
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user