From 2de51d3e304d88cc92f33141486ca1e982febfec Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 11 Jul 2006 17:32:31 +0000 Subject: [PATCH] Evil /\s+$/ --- includes/XmlFunctions.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 ); -- 2.20.1