aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-11-17 18:53:23 -0400
committerJoey Hess <joey@kitenet.net>2011-11-17 18:53:23 -0400
commit106d55bf47bbf8c26b1986de59072f48c858cad0 (patch)
tree11d451f62e7ededda18c2830db50abd035a8cb52 /doc/bugs/resized_img_with_only_width_or_height_breaks_ie.mdwn
parent2872e1d738cafcd884f987f0efeea3fa83c4f470 (diff)
downloadikiwiki-106d55bf47bbf8c26b1986de59072f48c858cad0.tar
ikiwiki-106d55bf47bbf8c26b1986de59072f48c858cad0.tar.gz
img: Bugfix to width/height tags for scaled down image when only one dimension was provided. Thanks, Per Carlson.
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]]