X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/456a81dd3b5ccd8b4a48ea166d465ca2b9fb5b6b..ee2ec4e93920b1ce9f00aee7a31fd5cc70894a54:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index f6e3bf253..c16353284 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -877,6 +877,7 @@ sub parse_template { } s/<%(.+?)%>/$self->{$1}/g; + s/<\/nobr>/ /g; print OUT; }