aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 02:16:29 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 02:16:29 +0000
commitd7c2176a42fe00cdb56f17d29b360e0a61554c3a (patch)
tree275e12a90468be9909916d8ff2810592e307c47e /ikiwiki
parent7c388ceeb1233d2dec6c69299fdbf060ba6a0c09 (diff)
downloadikiwiki-d7c2176a42fe00cdb56f17d29b360e0a61554c3a.tar
ikiwiki-d7c2176a42fe00cdb56f17d29b360e0a61554c3a.tar.gz
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki b/ikiwiki
index 9e22d1dbc..00e204b97 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -605,11 +605,11 @@ sub cgi () {
}
else {
my $dir=$from."/";
- $dir=~s/[^/]+\/$//;
+ $dir=~s![^/]+/$!!;
push @page_locs, $dir.$page;
push @page_locs, "$from/$page";
while (length $dir) {
- $dir=~s/[^/]+\/$//;
+ $dir=~s![^/]+/$!!;
push @page_locs, $dir.$page;
}
}