From: Siebrand Mazeland Date: Sun, 16 May 2010 08:26:14 +0000 (+0000) Subject: Fix for r66504 per Nikerabbit's CR. Actually copy-paste and not adjust issue. X-Git-Tag: 1.31.0-rc.0~36832 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=80858a18fc7df432bab4f763dd9ec10eb25a9ebe;p=lhc%2Fweb%2Fwiklou.git Fix for r66504 per Nikerabbit's CR. Actually copy-paste and not adjust issue. --- diff --git a/includes/Xml.php b/includes/Xml.php index 5e28c15d01..a20c6ca6a0 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -280,7 +280,7 @@ class Xml { $attributes['size'] = $size; } - if( $size ) { + if( $value ) { $attributes['value'] = $value; }