web commit by tuomov: More patch

master
joey 2007-04-12 14:28:46 +00:00
parent aa38aff4d6
commit 7146e21110
1 changed files with 10 additions and 0 deletions

View File

@ -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>