* Don't show hist link if hidden
[lhc/web/wiklou.git] / includes / XmlFunctions.php
index cbdcf5c..2e86aa7 100644 (file)
@@ -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() ) {
@@ -59,7 +59,4 @@ function wfIsWellFormedXml( $text ) {
 }
 function wfIsWellFormedXmlFragment( $text ) {
        return Xml::isWellFormedXmlFragment( $text );
-}
-
-
-?>
+}
\ No newline at end of file