po: set Locale::Po4a::Xml's ontagerror option to warn only.
parent
f5c5bbae04
commit
8084c79f92
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue