23 Jan
2025
23 Jan
'25
1:07 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36163 --- Comment #6 from Janusz Kaczmarek <januszop@gmail.com> --- (In reply to Jonathan Druart from comment #4)
Then I think should remove the trim later:
<option value="[% country.trim | html %]" selected="selected">[% country.trim | html %]</option>
IMO the best solution would be to trim at the beginning of the loop, but I guess yours also works.
Updated. Thanks, Jonathan. The mine didn't work for Zimbabwe (last from the list) anyway - there must have been a space added that obviously was not removed by split. -- You are receiving this mail because: You are watching all bug changes.