diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-03 12:36:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-03 12:36:30 -0400 |
commit | 50d2704db6fec29756e930d82aecca67802a063e (patch) | |
tree | 0258c7f3ed09be8def88b23e00cd70cbb2d7860f /IkiWiki | |
parent | 50bc05e7fbf9b1f6c3ea3659da9f09689cd85423 (diff) | |
parent | 8084c79f920e5b4cb961dc6df3641a0253384eb5 (diff) | |
download | ikiwiki-50d2704db6fec29756e930d82aecca67802a063e.tar ikiwiki-50d2704db6fec29756e930d82aecca67802a063e.tar.gz |
Merge remote-tracking branch 'intrigeri/po'
Diffstat (limited to 'IkiWiki')
-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 d3a996a21..aca3d4bf8 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -1246,6 +1246,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; |