diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-12 14:28:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-12 14:28:46 +0000 |
commit | 7146e21110b52c149ef0191230d9680ef2d8be8e (patch) | |
tree | 68ee21e3387d25c27a373b65e8b17cf5c2867a59 /doc/bugs | |
parent | aa38aff4d6db59494247067205b87f5bd375d174 (diff) |
web commit by tuomov: More patch
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Feeds_link_to_index.html_instead_of_directory.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Feeds_link_to_index.html_instead_of_directory.mdwn b/doc/bugs/Feeds_link_to_index.html_instead_of_directory.mdwn index 5e580cc46..1ae3d5e6f 100644 --- a/doc/bugs/Feeds_link_to_index.html_instead_of_directory.mdwn +++ b/doc/bugs/Feeds_link_to_index.html_instead_of_directory.mdwn @@ -22,4 +22,14 @@ Index: IkiWiki/Plugin/inline.pm + my $u=URI->new(encode_utf8($config{url}."/".urlto($p, ""))); my $pcontent = absolute_urls(get_inline_content($p, $page), $url); + +@@ -415,7 +415,7 @@ + + foreach my $page (keys %toping) { + my $title=pagetitle(basename($page), 0); +- my $url="$config{url}/".htmlpage($page); ++ my $url="$config{url}/".urlto($page, ""); + foreach my $pingurl (@{$config{pingurl}}) { + debug("Pinging $pingurl for $page"); + eval { </pre> |