r54631 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54630‎ | r54631 | r54632 >
Date:15:15, 8 August 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Whitespace changes
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -33,7 +33,7 @@
3434 }
3535
3636 /** MediaWiki version number */
37 -$wgVersion = '1.16alpha';
 37+$wgVersion = '1.16alpha';
3838
3939 /** Name of the site. It must be changed in LocalSettings.php */
4040 $wgSitename = 'MediaWiki';
@@ -893,11 +893,11 @@
894894 */
895895 $wgLegacySchemaConversion = false;
896896
897 -$wgMimeType = 'text/html';
898 -$wgJsMimeType = 'text/javascript';
899 -$wgDocType = '-//W3C//DTD XHTML 1.0 Transitional//EN';
900 -$wgDTD = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd';
901 -$wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml';
 897+$wgMimeType = 'text/html';
 898+$wgJsMimeType = 'text/javascript';
 899+$wgDocType = '-//W3C//DTD XHTML 1.0 Transitional//EN';
 900+$wgDTD = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd';
 901+$wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml';
902902
903903 /**
904904 * Should we output an HTML 5 doctype? This mode is still experimental, but
@@ -916,7 +916,7 @@
917917 * Normally we wouldn't have to define this in the root <html>
918918 * element, but IE needs it there in some circumstances.
919919 */
920 -$wgXhtmlNamespaces = array();
 920+$wgXhtmlNamespaces = array();
921921
922922 /** Enable to allow rewriting dates in page text.
923923 * DOES NOT FORMAT CORRECTLY FOR MOST LANGUAGES */

Status & tagging log