diff options
author | http://josephturian.blogspot.com/ <http://josephturian.blogspot.com/@web> | 2008-09-15 23:06:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-15 23:06:04 -0400 |
commit | 0254bbb5e813d95e53052958e1aadd6fcc0c0455 (patch) | |
tree | 69f314f1d9cac26fb3cc931cab66f7a128ce83ef | |
parent | 293c69ae9568b9b3e844df5d00cc9278f92f8592 (diff) | |
download | ikiwiki-0254bbb5e813d95e53052958e1aadd6fcc0c0455.tar ikiwiki-0254bbb5e813d95e53052958e1aadd6fcc0c0455.tar.gz |
-rw-r--r-- | doc/bugs/errors_with_ampersand_in_filename.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/errors_with_ampersand_in_filename.mdwn b/doc/bugs/errors_with_ampersand_in_filename.mdwn new file mode 100644 index 000000000..5509f48be --- /dev/null +++ b/doc/bugs/errors_with_ampersand_in_filename.mdwn @@ -0,0 +1,12 @@ +I created an image and a mdwn with an ampersand in the filename. +This gaves me some error messages. +I renamed the files and committed. + +Even now, I still get the following error messages: + +Use of uninitialized value in substitution (s///) at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 764. +Use of uninitialized value in substitution (s///) at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 768. +Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773. +Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773. +Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773. +Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773. |