fix escaping
This commit is contained in:
@@ -81,9 +81,9 @@
|
||||
<script>
|
||||
$(function() {
|
||||
window.Danbooru.mixpanelEvent("Post Search", {
|
||||
"tags": <%= params[:tags].to_json %>,
|
||||
"page": <%= params[:page].to_json %>,
|
||||
"referer": <%= request.referer.to_json %>
|
||||
"tags": <%= raw params[:tags].to_json %>,
|
||||
"page": <%= raw params[:page].to_json %>,
|
||||
"referer": <%= raw request.referer.to_json %>
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user