]> wagnertech.de Git - kivitendo-erp.git/commitdiff
GDPDU: XML escape Entity typo
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 16 Oct 2015 08:46:39 +0000 (10:46 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:11:18 +0000 (17:11 +0200)
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', '&#x0A;')
       ->tag('TextEncapsulator', '"')
       ->columns($table)
       ->foreign_keys($table)