tag: Normalize tagbase so leading/trailing slashes in it don't break things.
parent
81a87988c4
commit
f8a09ba105
|
@ -44,6 +44,7 @@ sub tagpage ($) { #{{{
|
|||
if ($tag !~ m{^\.?/} &&
|
||||
defined $config{tagbase}) {
|
||||
$tag="/".$config{tagbase}."/".$tag;
|
||||
$tag=~y#/#/#s; # squash dups
|
||||
}
|
||||
|
||||
return $tag;
|
||||
|
|
|
@ -11,6 +11,8 @@ ikiwiki (2.69) UNRELEASED; urgency=low
|
|||
absolute.
|
||||
* Add rel=nofollow to recentchanges_links for the same (weak) reasons it
|
||||
was earlier added to edit links.
|
||||
* tag: Normalize tagbase so leading/trailing slashes in it don't break
|
||||
things.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 06 Nov 2008 16:01:00 -0500
|
||||
|
||||
|
|
Loading…
Reference in New Issue