Skip to content

Commit

Permalink
Forward slash must not be escaped
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief authored and yakky committed Nov 21, 2014
1 parent 805c5b6 commit 182f17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/templates/admin/cms/page/close_frame.html
Expand Up @@ -6,8 +6,8 @@
{% block content %}
<script>
window.CMS || window.parent.CMS || document.write(
'<script src="{% static "cms/js/libs/jquery.min.js" %}"><\/script>' +
'<script src="{% static "cms/js/modules/cms.base.js" %}"><\/script>'
'<script src="{% static "cms/js/libs/jquery.min.js" %}"></script>' +
'<script src="{% static "cms/js/modules/cms.base.js" %}"></script>'
);
</script>
<script>
Expand Down

0 comments on commit 182f17f

Please sign in to comment.