}
if ($absolute) {
- return $config{url}.beautify_urlpath("/".$to);
+ return $config{url}.beautify_url("/".$to);
}
my $link = abs2rel($to, dirname(htmlpage($from)));
+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.