From 106d55bf47bbf8c26b1986de59072f48c858cad0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Nov 2011 18:53:23 -0400 Subject: [PATCH] img: Bugfix to width/height tags for scaled down image when only one dimension was provided. Thanks, Per Carlson. --- debian/changelog | 7 +++++++ .../resized_img_with_only_width_or_height_breaks_ie.mdwn | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index f8de0d3e9..7f6564d7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (3.20111107) UNRELEASED; urgency=low + + * img: Bugfix to width/height tags for scaled down image when only + one dimension was provided. Thanks, Per Carlson. + + -- Joey Hess Thu, 17 Nov 2011 18:52:23 -0400 + ikiwiki (3.20111106) unstable; urgency=low * searchquery.tmpl: Track escaping change in upstream template. diff --git a/doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn b/doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn index 6e98a2369..a5a1c6768 100644 --- a/doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn +++ b/doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn @@ -5,3 +5,5 @@ In those cases img plugin do generate HTML with the missing attribute as "empty" If we instead always get the resulting the width and height from the resized image, and uses those values in the img attrs, we make IE happy (and all other renders as well). A patch (tested and deployed) is sitting waiting in my git repository. + +> I've applied your patch. Thanks! [[done]] --[[Joey]] -- 2.26.2