From: smcv Date: Mon, 1 Sep 2014 07:52:02 +0000 (-0400) Subject: apply one of my own suggestions X-Git-Tag: 3.20140916~113 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/18441e8ee01e9c63f0ca9e1279aaa97508338cc2?hp=d5f53139259f57e6554614cede22ed08a59bfce7 apply one of my own suggestions --- diff --git a/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn b/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn index a8c8deebf..6425c1ece 100644 --- a/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn +++ b/doc/bugs/image_rescaling_distorts_with_small_pictures.mdwn @@ -41,4 +41,9 @@ If you use the rescaling feature of the directive [[ikiwiki/directive/img/]] wit >>> remains in read-entire-file mode afterwards. To avoid odd side-effects, >>> I would suggest using `readfile()` like `t/trail.t` does. >>> +>>> [[!template id=gitbranch branch=smcv/ready/imgforpdf-and-more author="[[chrysn]], [[smcv]]" + browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/imgforpdf-and-more]] +>>> I've used `readfile()` (but not done anything about the ImageMagick file type) +>>> in my copy of the branch. +>>> >>> --[[smcv]]