From 50668a7bf511c813d02b1d57c410f52c102b7569 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 7 Aug 2009 02:17:56 +0000 Subject: [PATCH] Whitespace --- includes/DefaultSettings.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 328439a9fa..16762c29d5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -899,13 +899,13 @@ $wgDocType = '-//W3C//DTD XHTML 1.0 Transitional//EN'; $wgDTD = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'; $wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml'; - /** - * Should we output an HTML 5 doctype? This mode is still experimental, but - * all indications are that it should be usable, so it's enabled by default. - * If all goes well, it will be removed and become always true before the 1.16 - * release. - */ - $wgHtml5 = true; +/** + * Should we output an HTML 5 doctype? This mode is still experimental, but + * all indications are that it should be usable, so it's enabled by default. + * If all goes well, it will be removed and become always true before the 1.16 + * release. + */ +$wgHtml5 = true; /** -- 2.20.1