X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc2fbbca36f5ac516fdae260e9322fc3d357497c..2f70c04bdf0ce6350647ec4f74158a2a4cfadf39:/SL/Template/OpenDocument.pm diff --git a/SL/Template/OpenDocument.pm b/SL/Template/OpenDocument.pm index 085fa25db..85184c019 100644 --- a/SL/Template/OpenDocument.pm +++ b/SL/Template/OpenDocument.pm @@ -73,7 +73,7 @@ sub _format_html { $content =~ s{ ^

|

$ }{}gx; $content =~ s{ \r+ }{}gx; $content =~ s{ \n+ }{ }gx; - $content =~ s{ \s+ }{ }gx; + $content =~ s{ (?:\ |\s)+ }{ }gx; my $in_p = 1; my $p_start_tag = qq||;