]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Fix bad patch backport that broke generation of rss/atom feeds. Closes: #498224
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 8 Sep 2008 15:42:31 +0000 (11:42 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 8 Sep 2008 15:42:31 +0000 (11:42 -0400)
IkiWiki.pm
debian/changelog

index ea44081aa25f33c693d0c82b19bc081a38fbfa9d..d2f7dcc06b7eb4ef3579e33bbefb82cfdfacaa1a 100644 (file)
@@ -564,7 +564,7 @@ sub urlto ($$;$) { #{{{
        }
 
        if ($absolute) {
-               return $config{url}.beautify_urlpath("/".$to);
+               return $config{url}.beautify_url("/".$to);
        }
 
        my $link = abs2rel($to, dirname(htmlpage($from)));
index 78c00483e60aeeab2f1fefc5c82d07156be34781..ede97615165af304f5fba8e15f24fc00dfedc9aa 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (2.53.2) testing-proposed-updates; urgency=low
+
+  * Fix bad patch backport that broke generation of rss/atom feeds. Closes: #498224
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 08 Sep 2008 11:40:27 -0400
+
 ikiwiki (2.53.1) testing-proposed-updates; urgency=low
 
   * Backported all relevant bug fixes from mainline to debian testing.