diff options
author | http://webdog.pip.verisignlabs.com/ <http://webdog.pip.verisignlabs.com/@web> | 2013-05-02 12:05:20 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-02 12:05:20 -0400 |
commit | be180519aa4fb2f5f890fe4344b01fea0783a8c5 (patch) | |
tree | 053daae9de728abdcd0035e82043e653209adcc2 | |
parent | ba1906286f09ec864ed4331ada03c4cae26274ab (diff) | |
download | ikiwiki-be180519aa4fb2f5f890fe4344b01fea0783a8c5.tar ikiwiki-be180519aa4fb2f5f890fe4344b01fea0783a8c5.tar.gz |
-rw-r--r-- | doc/bugs/capitalized_attachment_names.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/capitalized_attachment_names.mdwn b/doc/bugs/capitalized_attachment_names.mdwn index 1e55052b6..b10781bf7 100644 --- a/doc/bugs/capitalized_attachment_names.mdwn +++ b/doc/bugs/capitalized_attachment_names.mdwn @@ -10,3 +10,5 @@ I get the same error when image names are small letters. The error also occurs with png images. How do I fix this? + +Later investigation ... I got around the problem by creating the mark-up in a new directory. However, if I try to create a new directory with the same name as the directory containing the problem code, the problem re-emerges -- the old directory is apparently not overwritten. Perhaps this is an issue with the git storage. |