summaryrefslogtreecommitdiff
path: root/includes/XmlFunctions.php
diff options
context:
space:
mode:
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() ) {