digitick / php-sepa-xml

* THIS PROJECT IS NO LONGER MAINTAINED* SEPA file generator in PHP
107 stars 63 forks source link

fixed double quoting of Nm Tag / htmlentities deleted. #33

Closed Bobbxy closed 10 years ago

Bobbxy commented 10 years ago

With htmlentities in Nm Tag was a problem with "&" because was a double quoting with the result "&amp" that is not correct.. Result have to be "&". With deleting htmlentities this problem is resolved.

ianare commented 10 years ago

Please provide unit tests for this. There can be unintended consequences.