Skip to content

Commit

Permalink
fixed script tag in preview test mock
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 24, 2012
1 parent 3e8ce66 commit 8f591ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -13,5 +13,5 @@
{% block scripts %}
{{ super() }}

<script src="mock-json-preview.js" ?>
<script src="mock-json-preview.js"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion ckan/templates/tests/mock_resource_preview_template.html
Expand Up @@ -13,5 +13,5 @@
{% block scripts %}
{{ super() }}

<script src="mock-preview.js" ?>
<script src="mock-preview.js"></script>
{% endblock %}

0 comments on commit 8f591ab

Please sign in to comment.