diff options
author | intrigeri <intrigeri@boum.org> | 2011-05-26 16:54:29 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-05-26 16:54:29 +0200 |
commit | 8084c79f920e5b4cb961dc6df3641a0253384eb5 (patch) | |
tree | 09a6f996d652a855125b9c31505df65561a99ac8 /IkiWiki/Plugin | |
parent | f5c5bbae047e6f81584b04f3ca3967e20027b1e4 (diff) | |
download | ikiwiki-8084c79f920e5b4cb961dc6df3641a0253384eb5.tar ikiwiki-8084c79f920e5b4cb961dc6df3641a0253384eb5.tar.gz |
po: set Locale::Po4a::Xml's ontagerror option to warn only.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/po.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |