Index: trunk/tools/web-scripts/missing.php |
— | — | @@ -76,7 +76,7 @@ |
77 | 77 | $projectcode = $projects[$project]; |
78 | 78 | $project = ucfirst( $project ); // for 404 pages message |
79 | 79 | |
80 | | -$location = $url['scheme'] . '://' . $base . 'W' . $projectcode . '/' . $language; |
| 80 | +$location = $url['scheme'] . '://' . $base . 'W' . $projectcode . '/' . urlencode( $language ); |
81 | 81 | # Go to the page if specified (look out for slashes), otherwise go to |
82 | 82 | # the main page Wx/xyz?goto=mainpage (WikimediaIncubator extension takes care of that) |
83 | 83 | $location .= $page && $page !== '/' ? '/' . $page : '?goto=mainpage'; |