summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-01 20:49:12 +0200
committerJonas Smedegaard <dr@jones.dk>2008-10-01 20:49:12 +0200
commit5e2c131c9b53963f19229845430d90f6b7a15339 (patch)
treeedfe7548b8262866826e4ac8d0a83b127581d523
parent2fb99c2491b8e341ae8ab5b4f58d431e9d7a9093 (diff)
parent6fb5104141b1c9936b847f8d2b25f024560421db (diff)
Merge branch 'master' into _nb
-rw-r--r--perl/Locale/Po4a/Text.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/Locale/Po4a/Text.pm b/perl/Locale/Po4a/Text.pm
index 0cc2cc8..3ceeec9 100644
--- a/perl/Locale/Po4a/Text.pm
+++ b/perl/Locale/Po4a/Text.pm
@@ -220,7 +220,8 @@ sub parse {
# A line starting by a space indicates a non-wrap
# paragraph
$wrapped_mode = 0;
- } elsif ($markdown and
+ }
+ if ($markdown and
( $line =~ /\S $/ # explicit newline
or $line =~ /"""$/)) { # """ textblock inside macro begin
# Markdown markup needing separation _after_ this line