summaryrefslogtreecommitdiff
path: root/includes/XmlFunctions.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-05-16 20:58:53 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-05-16 20:58:53 +0000
commitcecb985bee3bdd252e1b8dc0bd500b37cd52be01 (patch)
tree17266aa237742640aabee7856f0202317a45d540 /includes/XmlFunctions.php
parent0bac06c301f2a83edb0236e4c2434da16848d549 (diff)
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert kleine Korrekturen am Design
Diffstat (limited to 'includes/XmlFunctions.php')
-rw-r--r--includes/XmlFunctions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/XmlFunctions.php b/includes/XmlFunctions.php
index cbdcf5c4..326c4953 100644
--- a/includes/XmlFunctions.php
+++ b/includes/XmlFunctions.php
@@ -15,7 +15,7 @@ function wfOpenElement( $element, $attribs = null ) {
function wfCloseElement( $element ) {
return "</$element>";
}
-function &HTMLnamespaceselector($selected = '', $allnamespaces = null, $includehidden=false) {
+function HTMLnamespaceselector($selected = '', $allnamespaces = null, $includehidden=false) {
return Xml::namespaceSelector( $selected, $allnamespaces, $includehidden );
}
function wfSpan( $text, $class, $attribs=array() ) {