Merge von 772,773 aus unstable: Bugfix 220
[kivitendo-erp.git] / SL / Form.pm
index f6e3bf2..c163532 100644 (file)
@@ -877,6 +877,7 @@ sub parse_template {
     }
 
     s/<%(.+?)%>/$self->{$1}/g;
+    s/<nobr><\/nobr>/&nbsp;/g;
     print OUT;
   }