From: Niklas Laxström Date: Tue, 17 Jun 2008 08:10:50 +0000 (+0000) Subject: * Fix comments X-Git-Tag: 1.31.0-rc.0~46978 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=53db0f0a35e16be85e75e69e00d793a956186240;p=lhc%2Fweb%2Fwiklou.git * Fix comments --- diff --git a/includes/Xml.php b/includes/Xml.php index 789d25f434..9f9be3c7e6 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -457,7 +457,7 @@ class Xml { * Shortcut for creating fieldsets. * * @param $legend Legend of the fieldset. If evaluates to false, legend is not added. - * @param $content Pre-escaped content for the fieldset. If null, only open fieldset is returned. + * @param $content Pre-escaped content for the fieldset. If false, only open fieldset is returned. * @param $attribs Any attributes to fieldset-element. */ public static function fieldset( $legend = false, $content = false, $attribs = array() ) {