X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/de65162142f6a4341bd56db0ab13645924639f3b..d3cca7f3ea9fb5e412e174a25964bbe76685ba1b:/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; }