From: Brion Vibber Date: Tue, 28 Jun 2005 15:21:16 +0000 (+0000) Subject: * (bug 2560) Don't show blank width/height attributes for missing size X-Git-Tag: 1.5.0beta2~159 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=73ab8419864ef7dc0bcb985c4f9ca5eade0b558b;p=lhc%2Fweb%2Fwiklou.git * (bug 2560) Don't show blank width/height attributes for missing size --- diff --git a/includes/Linker.php b/includes/Linker.php index 7b4b6113ff..3feed2d5cd 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -434,7 +434,9 @@ class Linker { } else { $s = '' . ''.$alt.''; } if ( '' != $align ) {