From 9553bd02a5595da05c184f7521721fb1b79b3935 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Sat, 9 Aug 2014 22:23:27 -0400 Subject: [PATCH] Fix documentation for Html::closeElement Follow-up to d950da075dcb6c6dd3f68a50a0d427569350763a Change-Id: I916052cf924dd3c6664b6d7d02175fd74a71527b --- includes/Html.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/Html.php b/includes/Html.php index cb98009e8d..419250795d 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -225,12 +225,11 @@ class Html { } /** - * Returns "", except if $wgWellFormedXml is off, in which case - * it returns the empty string when that's guaranteed to be safe. + * Returns "" * * @since 1.17 * @param string $element Name of the element, e.g., 'a' - * @return string A closing tag, if required + * @return string A closing tag */ public static function closeElement( $element ) { $element = strtolower( $element ); -- 2.20.1