Koha/koha-tmpl/intranet-tmpl/prog/en
Tomas Cohen Arazi b46418478e
Bug 34043: Remove incorrect spaces
This bug looked cool and safe, but tests highlighted that the
(introduced) newlines were translated into spaces, which is not correct
in the CSV format (i.e. q{"Column 1" , "Column 2"} is not really
correct).

Also, the double quotes were forcibly introduced (semi-correct) but the
tests weren't adjusted.

We should really stop using templates for generating CSV, and use a
library for the task instead of manually crafting them. But that's for
another bug report.

This patch:

* Removes extra spaces in TT-generated CSV headers
* Adjusts the tests to the new format introduced by this report

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-09-04 09:30:18 -03:00
..
data
includes Bug 34043: Remove incorrect spaces 2023-09-04 09:30:18 -03:00
modules Bug 34247: Improve translation of notice character count 2023-09-01 11:43:45 -03:00
xslt Bug 29471: Add display of MARC 520 to staff interface detail page 2023-07-18 14:07:39 -03:00