Commit aed97bc2 authored by Pedro Maltez's avatar Pedro Maltez Committed by Tim Graham
Browse files

Fixed typo in django/contrib/admin/static/admin/js/urlify.js.

parent 068a80d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@


    function URLify(s, num_chars, allowUnicode) {
        // changes, e.g., "Petty theft" to "petty_theft"
        // changes, e.g., "Petty theft" to "petty-theft"
        // remove all these words from the string before urlifying
        if (!allowUnicode) {
            s = downcode(s);