X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FXml.php;h=eadc7d14de91948ebb77c04cfe6ec45fcd07785c;hb=41690888a2919b3fb89c715c364d21d8965c8b26;hp=0091513125ca68ee601dac526b532271fbba76cd;hpb=f1c7c0f03da1607dc955dc8db879a16fc0575657;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Xml.php b/includes/Xml.php index 0091513125..eadc7d14de 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; }