diff options
author | http://webdog.pip.verisignlabs.com/ <http://webdog.pip.verisignlabs.com/@web> | 2013-05-01 16:33:48 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-01 16:33:48 -0400 |
commit | cf79751713b2205a0b20bd4898c04307d543d27b (patch) | |
tree | 384adaf5357849cc49b77b068e2949f7d2c63a14 | |
parent | 9d1f48a0e2137aebffa82687a059d34f2042db30 (diff) | |
download | ikiwiki-cf79751713b2205a0b20bd4898c04307d543d27b.tar ikiwiki-cf79751713b2205a0b20bd4898c04307d543d27b.tar.gz |
-rw-r--r-- | doc/bugs/capitalized_attachment_names.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/capitalized_attachment_names.mdwn b/doc/bugs/capitalized_attachment_names.mdwn index 0b37bb96d..5f79253b1 100644 --- a/doc/bugs/capitalized_attachment_names.mdwn +++ b/doc/bugs/capitalized_attachment_names.mdwn @@ -4,7 +4,8 @@ Viewing the generated page shows the following error: "\[\[!img Error: failed to read name.svg: Exception 420: no decode delegate for this image format `/home/user/path/name.svg' @ error/svg.c/ReadSVGImage/2815\]\]" -The caps in the image title were somehow converted to small letters, perhaps causing the above error -- no -- I get the same error even when image names are small letters. +The caps in the image title were somehow converted to small letters and then the image is saved as a directory. Very puzzling. +I get the same error when image names are small letters. The error also occurs with png images. |