From 73ab8419864ef7dc0bcb985c4f9ca5eade0b558b Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 28 Jun 2005 15:21:16 +0000 Subject: [PATCH] * (bug 2560) Don't show blank width/height attributes for missing size --- includes/Linker.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ) { -- 2.20.1