From 53db0f0a35e16be85e75e69e00d793a956186240 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 17 Jun 2008 08:10:50 +0000 Subject: [PATCH] * Fix comments --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) { -- 2.20.1