]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Template.pm
Eine Hilfsfunktion, die aus Array- und Hashstrukturen in $form eine Liste von Variabl...
[kivitendo-erp.git] / SL / Template.pm
index 297c025fb1fea6437f615390589096205ce96465..f19e67ab06f7ee9bf669fa46e39c30d347e650ba 100644 (file)
@@ -1366,7 +1366,7 @@ sub format_string {
 
   foreach my $key (keys(%markup_replace)) {
     my $value = $markup_replace{$key};
-    $variable =~ s|\&lt;${key}\&gt;|<text:span text:style-name=\"TLXO${rnd}${value}\">|gi;
+    $variable =~ s|\&lt;${key}\&gt;|<text:span text:style-name=\"TLXO${rnd}${value}\">|gi; #"
     $variable =~ s|\&lt;/${key}\&gt;|</text:span>|gi;
   }