aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn')
-rw-r--r--doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn2
1 files changed, 2 insertions, 0 deletions
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]]