Commit ee85908e by xiaclo

Remove space from urlify.js path

This breaks django-compressor, also probably breaks some browsers as that file returns a 404.
parent 7e0f0a30
......@@ -7,7 +7,7 @@
{% block wiki_contents %}
{% addtoblock "js" %}
<script type="text/javascript" src="{{ STATIC_URL }}admin/js/urlify.js "></script>
<script type="text/javascript" src="{{ STATIC_URL }}admin/js/urlify.js"></script>
<script type="text/javascript">
// Replacement of django's URLify that doesn't remove any words.
function URLify(s, num_chars) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment