From 181b300c8655caa33356335d1eabf5a354f17e0b Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 26 May 2011 16:54:29 +0200 Subject: [PATCH] po: set Locale::Po4a::Xml's ontagerror option to warn only. (cherry picked from commit 8084c79f920e5b4cb961dc6df3641a0253384eb5) --- IkiWiki/Plugin/po.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 6395ebdc2..cb9a43a38 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -1220,6 +1220,7 @@ sub po4a_options($) { # how to disable options is not consistent across po4a modules $options{includessi} = ''; $options{includeexternal} = 0; + $options{ontagerror} = 'warn'; } elsif ($pagetype eq 'mdwn') { $options{markdown} = 1; -- 2.39.2