diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-08 06:42:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-08 06:42:33 -0400 |
commit | db77e342faf0b9f9afecb4519f99d5238fa20112 (patch) | |
tree | 0cfbdaabce264fc2c985cef034368f9e75a3f1af /doc | |
parent | 7977fe382a3c8829f7abfd4aacd3155e204273a6 (diff) | |
download | ikiwiki-db77e342faf0b9f9afecb4519f99d5238fa20112.tar ikiwiki-db77e342faf0b9f9afecb4519f99d5238fa20112.tar.gz |
web commit by http://ptecza.myopenid.com/: * Problem with colon in report page name
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/attachment:_failed_to_get_filehandle.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn index d531cdf47..3ce7e62ac 100644 --- a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn +++ b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn @@ -10,3 +10,14 @@ following warning: Use of uninitialized value in length at /usr/share/perl5/IkiWiki/Plugin/attachment.pm line 36. Is it Ikiwiki bug or my attachment plugin is misconfigured? --[[Paweł|ptecza]] + +> Joey, please fix the colon in page name of my report. Ikiwiki sets +> "attachment:\_failed\_to\_get\_filehandle/" URL on "Bugs" page and +> the report is not clickable in my Epiphany browser: + +> Firefox doesn't know how to open this address, because the protocol +> (attachment) isn't associated with any program. + +> I can only edit it :) Bad handling ':' character by Ikiwiki is probably +> its another bug. +> --[[Paweł|ptecza]] |