From: intrigeri Date: Thu, 26 May 2011 14:54:29 +0000 (+0200) Subject: po: set Locale::Po4a::Xml's ontagerror option to warn only. X-Git-Tag: 3.20100815.9~12 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/181b300c8655caa33356335d1eabf5a354f17e0b po: set Locale::Po4a::Xml's ontagerror option to warn only. (cherry picked from commit 8084c79f920e5b4cb961dc6df3641a0253384eb5) --- 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;