Followup r103945: fix regression in XML export namespace formatting for namespaces...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 24 Nov 2011 01:26:52 +0000 (01:26 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 24 Nov 2011 01:26:52 +0000 (01:26 +0000)
commit53f5c1399505efa343188cfe2bdfeb26ed9c4ebc
treea6ded237e7c620c157bfa6847912b170a4e74122
parent608963577b763271087bc19852706e6bf7678340
Followup r103945: fix regression in XML export namespace formatting for namespaces with spaces in them (eg 'User talk')

The changes in r103945 for bug 32376, bug 31697 accidentally let underscore-forms through for the namespace portion, when we're supposed to have the space form. Causes problems with search indexing.
includes/Export.php