From: Antoine Musso Date: Tue, 11 Jul 2006 17:32:31 +0000 (+0000) Subject: Evil /\s+$/ X-Git-Tag: 1.31.0-rc.0~56295 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=2de51d3e304d88cc92f33141486ca1e982febfec;p=lhc%2Fweb%2Fwiklou.git Evil /\s+$/ --- diff --git a/includes/XmlFunctions.php b/includes/XmlFunctions.php index 64e349f24d..cbdcf5c4b8 100644 --- a/includes/XmlFunctions.php +++ b/includes/XmlFunctions.php @@ -1,19 +1,19 @@ "; +function wfCloseElement( $element ) { + return ""; } function &HTMLnamespaceselector($selected = '', $allnamespaces = null, $includehidden=false) { return Xml::namespaceSelector( $selected, $allnamespaces, $includehidden );