r77094 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77093‎ | r77094 | r77095 >
Date:03:19, 22 November 2010
Author:tstarling
Status:ok
Tags:
Comment:
Send Content-Type header
Modified paths:
  • /trunk/tools/upload-scripts/404.php (modified) (history)

Diff [purge]

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

Follow-up revisions

RevisionCommit summaryAuthorDate
r77095* Fix typo in r77094...tstarling03:23, 22 November 2010

Status & tagging log