X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FSEPA%2FXML.pm;h=3aa88b7b0cc96970a0bcc19e5ea09c00068263c6;hb=ee75e5986c75b6cf9886bf315e83d05ae210add0;hp=8ccfa837452d2d9627cd72d458e54372c27185a7;hpb=0e36c22a2610966d3c83957426d0c91b25c65da3;p=kivitendo-erp.git diff --git a/SL/SEPA/XML.pm b/SL/SEPA/XML.pm index 8ccfa8374..3aa88b7b0 100644 --- a/SL/SEPA/XML.pm +++ b/SL/SEPA/XML.pm @@ -67,6 +67,7 @@ sub _replace_special_chars { 'Ü' => 'Ue', 'ß' => 'ss', '&' => '+', + '`' => '\'', ); map { $text =~ s/$_/$special_chars{$_}/g; } keys %special_chars;