Commit 7a2103d8 by benjaoming

Merge pull request #150 from xiaclo/patch-1

Remove space from urlify.js path
parents 7e0f0a30 ee85908e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% block wiki_contents %} {% block wiki_contents %}
{% addtoblock "js" %} {% 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"> <script type="text/javascript">
// Replacement of django's URLify that doesn't remove any words. // Replacement of django's URLify that doesn't remove any words.
function URLify(s, num_chars) { 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