From: Niklas Laxström Date: Sat, 24 Dec 2011 14:40:59 +0000 (+0000) Subject: Followup r103945 - @since and whitespace X-Git-Tag: 1.31.0-rc.0~25775 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=6f91eb677adee540d2bc0ccf8ca2df7317dfa86b;p=lhc%2Fweb%2Fwiklou.git Followup r103945 - @since and whitespace --- diff --git a/includes/Export.php b/includes/Export.php index 0dc0ad9b97..695a7f707d 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -685,6 +685,7 @@ class XmlDumpWriter { * * @param Title $title * @return string + * @since 1.18 */ public static function canonicalTitle( Title $title ) { if ( $title->getInterwiki() ) { @@ -694,7 +695,7 @@ class XmlDumpWriter { global $wgContLang; $prefix = str_replace( '_', ' ', $wgContLang->getNsText( $title->getNamespace() ) ); - if ($prefix !== '') { + if ( $prefix !== '' ) { $prefix .= ':'; }