From: Joey Hess Date: Sun, 19 Jul 2009 21:55:58 +0000 (+0200) Subject: %links dedup bug? X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/a7e5541c4d3f717811551d574af528236fa5f214?ds=sidebyside %links dedup bug? --- diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 156cb6cb3..a0d3e7a93 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -277,6 +277,15 @@ index.de/index.html contains the raw po file shoved into page.tmpl. I have only gotten as far as guessing it is a bug in `_istranslation` --[[Joey]] +Duplicate %links ? +------------------ + +I notice code in the scan hook that seems to assume +that %links will accumulate duplicate links for a page. +That used to be so, but the bug was fixed. Does this mean +that po might be replacing the only link on a page, in error? +--[[Joey]] + Documentation -------------