From cfe101fff9f4469c4765e81ec5bb0a0b2ca2bec0 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 11 Nov 2008 15:01:16 +0100 Subject: po: fixed link to homepage from non-translation page Added testcases for this bug. It remains broken when generated from , though. Signed-off-by: intrigeri --- IkiWiki/Plugin/po.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'IkiWiki/Plugin') diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 164d35270..42a125808 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -427,7 +427,6 @@ sub myurlto ($$;$) { #{{{ # workaround hard-coded /index.$config{htmlext} in IkiWiki::urlto() if (! length $to && $config{po_link_to} eq "current" - && istranslation($from) && istranslatable('index')) { return IkiWiki::beautify_urlpath(IkiWiki::baseurl($from) . "index." . lang($from) . ".$config{htmlext}"); } -- cgit v1.2.3