From 6f91eb677adee540d2bc0ccf8ca2df7317dfa86b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 24 Dec 2011 14:40:59 +0000 Subject: [PATCH] Followup r103945 - @since and whitespace --- includes/Export.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 .= ':'; } -- 2.20.1