From 4ac9fa081a7c045f6a9f1cfc529d82423f485b2e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 8 Dec 2013 09:55:49 +0100 Subject: Update to MediaWiki 1.22.0 --- includes/parser/CoreTagHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/parser/CoreTagHooks.php') diff --git a/includes/parser/CoreTagHooks.php b/includes/parser/CoreTagHooks.php index 65051839..a2eb6987 100644 --- a/includes/parser/CoreTagHooks.php +++ b/includes/parser/CoreTagHooks.php @@ -77,7 +77,7 @@ class CoreTagHooks { */ static function html( $content, $attributes, $parser ) { global $wgRawHtml; - if( $wgRawHtml ) { + if ( $wgRawHtml ) { return array( $content, 'markerType' => 'nowiki' ); } else { throw new MWException( ' extension tag encountered unexpectedly' ); -- cgit v1.2.2