https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36163
--- Comment #6 from Janusz Kaczmarek <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
