X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FXml.php;h=0091513125ca68ee601dac526b532271fbba76cd;hb=ec7549abb86d6f20683049984518cd9b39eaaefe;hp=eadc7d14de91948ebb77c04cfe6ec45fcd07785c;hpb=0be80f9680ae5acba1931f18fdecd0e3c634d6a6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Xml.php b/includes/Xml.php index eadc7d14de..0091513125 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -615,9 +615,9 @@ class Xml { if ( $content !== false ) { $s .= $content . "\n"; + $s .= self::closeElement( 'fieldset' ) . "\n"; } - $s .= self::closeElement( 'fieldset' ) . "\n"; return $s; }