projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f025923
)
indentation
author
Joey Hess
<joey@kitenet.net>
Mon, 4 Oct 2010 20:34:33 +0000
(16:34 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 4 Oct 2010 20:34:33 +0000
(16:34 -0400)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index aa4dccac3f215c57fc833f1b6efda615eabac6ae..466907c9db12ca308aed17a270c57326d0e64aff 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-717,7
+717,7
@@
sub pagename ($) {
my $type=pagetype($file);
my $page=$file;
- $page=~s/\Q.$type\E*$//
+ $page=~s/\Q.$type\E*$//
if defined $type && !$hooks{htmlize}{$type}{keepextension}
&& !$hooks{htmlize}{$type}{noextension};
if ($config{indexpages} && $page=~/(.*)\/index$/) {
@@
-1124,7
+1124,7
@@
sub isselflink ($$) {
my $page=shift;
my $link=shift;
-
return $page eq $link;
+ return $page eq $link;
}
sub htmllink ($$$;@) {