po: set Locale::Po4a::Xml's ontagerror option to warn only.

master
intrigeri 2011-05-26 16:54:29 +02:00
parent f5c5bbae04
commit 8084c79f92
1 changed files with 1 additions and 0 deletions

View File

@ -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;