From 80858a18fc7df432bab4f763dd9ec10eb25a9ebe Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 16 May 2010 08:26:14 +0000 Subject: [PATCH] Fix for r66504 per Nikerabbit's CR. Actually copy-paste and not adjust issue. --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1