From dc3b08be94d86a7aaf8e7823b30e225037e196d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Sep 2008 11:42:31 -0400 Subject: [PATCH] Fix bad patch backport that broke generation of rss/atom feeds. Closes: #498224 --- IkiWiki.pm | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/IkiWiki.pm b/IkiWiki.pm index ea44081aa..d2f7dcc06 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -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))); diff --git a/debian/changelog b/debian/changelog index 78c00483e..ede976151 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. -- 2.39.2