From e0728c29e66bcfc368fc811513288823e0191e6f Mon Sep 17 00:00:00 2001 From: Tomasz Finc Date: Fri, 18 Sep 2009 17:34:56 +0000 Subject: [PATCH] bumping version number as new xsd r54472 was approved. fixing spacing --- includes/Export.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Export.php b/includes/Export.php index b6e5041b8c..ff702c1433 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -348,7 +348,7 @@ class XmlDumpWriter { * @return string */ function schemaVersion() { - return "0.3"; // FIXME: upgrade to 0.4 when updated XSD is ready, for the revision deletion bits + return "0.4"; } /** @@ -442,7 +442,7 @@ class XmlDumpWriter { $out .= ' ' . Xml::elementClean( 'title', array(), $title->getPrefixedText() ) . "\n"; $out .= ' ' . Xml::element( 'id', array(), strval( $row->page_id ) ) . "\n"; if( $row->page_is_redirect ) { - $out .= ' ' . Xml::element( 'redirect', array() ). "\n"; + $out .= ' ' . Xml::element( 'redirect', array() ) . "\n"; } if( '' != $row->page_restrictions ) { $out .= ' ' . Xml::element( 'restrictions', array(), -- 2.20.1