(no commit message)
[ikiwiki.git] / doc / bugs / resized_img_with_only_width_or_height_breaks_ie.mdwn
index 2ab1fee366595401b5e0110116e125c04634ed83..6e98a2369c1c807c877a3c18eab630b2b210c0fa 100644 (file)
@@ -4,3 +4,4 @@ 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.