From: Platonides Date: Tue, 27 Nov 2012 17:47:30 +0000 (+0100) Subject: Fix $wgHtml5 case. Follow-up c35304 (0473c33) X-Git-Tag: 1.31.0-rc.0~21500^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=6e20a8c245c0d5c99648e5094ba0c1ad83f5e680;p=lhc%2Fweb%2Fwiklou.git Fix $wgHtml5 case. Follow-up c35304 (0473c33) Change-Id: Ie5916a5fbb64873adb0ed8a6fdd0aca666c7ebf1 --- diff --git a/tests/phpunit/includes/SanitizerTest.php b/tests/phpunit/includes/SanitizerTest.php index 90fd48240d..012c49d718 100644 --- a/tests/phpunit/includes/SanitizerTest.php +++ b/tests/phpunit/includes/SanitizerTest.php @@ -74,7 +74,7 @@ class SanitizerTest extends MediaWikiTestCase { # Enable HTML5 mode $save = $wgHtml5; - $wgHTML5 = true; + $wgHtml5 = true; if( $escaped ) { $this->assertEquals( "<$tag>",