img: Bugfix to width/height tags for scaled down image when only one dimension was...
authorJoey Hess <joey@kitenet.net>
Thu, 17 Nov 2011 22:53:23 +0000 (18:53 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 17 Nov 2011 22:53:23 +0000 (18:53 -0400)
debian/changelog
doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn

index f8de0d3e91b3b8cc2cdfdfd43206e8bee391d288..7f6564d7ffdb0544c38f2732918c2109665f123d 100644 (file)
@@ -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 <joeyh@debian.org>  Thu, 17 Nov 2011 18:52:23 -0400
+
 ikiwiki (3.20111106) unstable; urgency=low
 
   * searchquery.tmpl: Track escaping change in upstream template.
index 6e98a2369c1c807c877a3c18eab630b2b210c0fa..a5a1c67683eb72e63207798eaeb609cf59498647 100644 (file)
@@ -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]]