summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-01 20:49:16 +0200
committerJonas Smedegaard <dr@jones.dk>2008-10-01 20:49:16 +0200
commit3b14978d233a6565fd13f479b26993303e857ce6 (patch)
treec4a26b1c0dd5c3aed5d437f25e9b4914883bb84b
parent142abd69ca2f41623bf3a2eba378dfee6fdfaeba (diff)
parent3c6d464e2ea7232e101ee872450b3799e1877cca (diff)
Merge branch '_da' into da
-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