Kaydet (Commit) aed97bc2 authored tarafından Pedro Maltez's avatar Pedro Maltez Kaydeden (comit) Tim Graham

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

üst 068a80d7
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
function URLify(s, num_chars, allowUnicode) { 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 // remove all these words from the string before urlifying
if (!allowUnicode) { if (!allowUnicode) {
s = downcode(s); s = downcode(s);
......
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