aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolasLimare <NicolasLimare@web>2009-09-24 06:22:13 -0400
committerJoey Hess <joey@kitenet.net>2009-09-24 06:22:13 -0400
commit655e2ddc1f44236d3396be722d55a0afd755d39d (patch)
tree5ecb31f0e0dff3f5481a0fa10a4b699855d4f46d
parent34991b7d35a3e0e4c42fcd0c946e2ef8265245de (diff)
downloadikiwiki-655e2ddc1f44236d3396be722d55a0afd755d39d.tar
ikiwiki-655e2ddc1f44236d3396be722d55a0afd755d39d.tar.gz
images are not always scaled *down*
-rw-r--r--doc/ikiwiki/directive/img.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/img.mdwn b/doc/ikiwiki/directive/img.mdwn
index 66efd008e..94cc754bd 100644
--- a/doc/ikiwiki/directive/img.mdwn
+++ b/doc/ikiwiki/directive/img.mdwn
@@ -22,7 +22,7 @@ You can also pass `alt`, `title`, `class`, `align` and `id` parameters.
These are passed through unchanged to the html img tag. If you include a
`caption` parameter, the caption will be displayed centered beneath the image.
-The `link` parameter is used to control whether the scaled down image links
+The `link` parameter is used to control whether the scaled image links
to the full size version. By default it does; set "link=somepage" to link
to another page instead, or "link=no" to disable the link, or
"link=http://url" to link to a given url.