Skip to content

Commit

Permalink
[#2375] fix typo in template
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jul 27, 2012
1 parent 5f59491 commit 6aa1037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/resource_read.html
Expand Up @@ -148,7 +148,7 @@ <h3>Preview</h3>
<script src="{% url_for_static '/base/datapreview/vendor/underscore/1.1.6/underscore.js' %}"></script>
<script src="{% url_for_static '/base/datapreview/vendor/backbone/0.5.1/backbone.js' %}"></script>
<script src="{% url_for_static '/base/datapreview/vendor/mustache/0.5.0-dev/mustache.js' %}"></script>
<script src="{% url_for_static '/base/datapreview/vendor/bootstrap/2.0.3/bootstrap.min.js' %}"></script
<script src="{% url_for_static '/base/datapreview/vendor/bootstrap/2.0.3/bootstrap.min.js' %}"></script>
<script src="{% url_for_static '/base/datapreview/vendor/jquery.mustache/jquery.mustache.js' %}"></script>

<script src="{% url_for_static '/base/datapreview/vendor/slickgrid/2.0.1/jquery-ui-1.8.16.custom.min.js' %}"></script>
Expand Down

0 comments on commit 6aa1037

Please sign in to comment.