From: Matthew Flaschen Date: Sun, 10 Aug 2014 02:23:27 +0000 (-0400) Subject: Fix documentation for Html::closeElement X-Git-Tag: 1.31.0-rc.0~14486 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=9553bd02a5595da05c184f7521721fb1b79b3935;p=lhc%2Fweb%2Fwiklou.git Fix documentation for Html::closeElement Follow-up to d950da075dcb6c6dd3f68a50a0d427569350763a Change-Id: I916052cf924dd3c6664b6d7d02175fd74a71527b --- 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 );