Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a test-case for Markdown options
[git.ikiwiki.info.git]
/
IkiWiki.pm
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index fa71f479107a2388fde2fe00a67bfa2daa4fb3a9..6aa49229ace4ba23c68267ca942786da445526ac 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-1826,7
+1826,7
@@
sub check_canchange (@) {
$file=possibly_foolish_untaint($file);
if (! defined $file || ! length $file ||
file_pruned($file)) {
- error(
gettext("bad file name %s"), $file
);
+ error(
sprintf(gettext("bad file name %s"), $file)
);
}
my $type=pagetype($file);