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-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/8084c79f920e5b4cb961dc6df3641a0253384eb5 po: set Locale::Po4a::Xml's ontagerror option to warn only. --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 9ccc79268..ec58c515b 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -1245,6 +1245,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;