diff options
author | http://webdog.pip.verisignlabs.com/ <http://webdog.pip.verisignlabs.com/@web> | 2013-05-01 15:59:58 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-01 15:59:58 -0400 |
commit | 987abbcc6d28c747d2dbf6e60599517cd29cd809 (patch) | |
tree | 53eaebf272c5617df3f0749f8b91e8ce94a52fbf | |
parent | 20124bda7470dbb1eac7f1736bb66cc7bf858655 (diff) | |
download | ikiwiki-987abbcc6d28c747d2dbf6e60599517cd29cd809.tar ikiwiki-987abbcc6d28c747d2dbf6e60599517cd29cd809.tar.gz |
-rw-r--r-- | doc/bugs/capitalized_attachment_names.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/capitalized_attachment_names.mdwn b/doc/bugs/capitalized_attachment_names.mdwn new file mode 100644 index 000000000..f66b7a403 --- /dev/null +++ b/doc/bugs/capitalized_attachment_names.mdwn @@ -0,0 +1,9 @@ +Given an uploaded image via: \[\[!img NAME.svg alt="image"\]\] + +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. + +How do I to fix this? |