Index: trunk/tools/upload-scripts/404.php |
— | — | @@ -13,6 +13,7 @@ |
14 | 14 | $encUrl = htmlspecialchars( $prot . $serv . $loc ); |
15 | 15 | |
16 | 16 | header( 'HTTP/1.1 404 Not Found' ); |
| 17 | +header( 'Content-Type: text/html;charset=utf8' ); |
17 | 18 | |
18 | 19 | $standard_404=<<<ENDTEXT |
19 | 20 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |