From ab574cbf5fe72e48a619d676782377aed3f8cf4c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 18 Oct 2010 16:03:33 +0200 Subject: Fix preserve forced newline in po4a Text module. --- Locale/Po4a/Text.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Locale') diff --git a/Locale/Po4a/Text.pm b/Locale/Po4a/Text.pm index 8f703c8..bbb78af 100644 --- a/Locale/Po4a/Text.pm +++ b/Locale/Po4a/Text.pm @@ -651,6 +651,7 @@ sub parse { or $paragraph =~ /^\$(\S+[{}]\S*\s*)+/ms # Xapian macro or $paragraph =~ /<(?![a-z]+[:@])/ms # maybe html (tags but not wiki ) or $paragraph =~ /^[^<]+>/ms # maybe html (tag with vertical space) + or $paragraph =~ /\S $/ms # explicit newline or $paragraph =~ /\[\[\!\S[^\]]+$/ms # macro begin ); } -- cgit v1.2.3