]> wagnertech.de Git - mfinanz.git/blobdiff - SL/GDPDU.pm
GDPDU: XML escape Entity typo
[mfinanz.git] / SL / GDPDU.pm
index 0877d4480d216bf6d3e1cc929e00d8af38ff04e7..22d2c73139ed50305a016956f5999ae7a9dd5f71 100644 (file)
@@ -182,7 +182,7 @@ sub table {
     ->tag('DigitGroupingSymbol', '|')     # see CAVEATS in documentation
     ->tag('VariableLength', sub { $self
       ->tag('ColumnDelimiter', ',')
-      ->tag('RecordDelimiter', '&x0A;')
+      ->tag('RecordDelimiter', '
')
       ->tag('TextEncapsulator', '"')
       ->columns($table)
       ->foreign_keys($table)