26 Mar
2017
26 Mar
'17
4:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18110 --- Comment #24 from Marc Véron <veron@veron.ch> --- Sorry, one more unwanted space at the beginning of a line: [% IF ( city ) %]<li class="patroncity"> [%IF (zipcode ) %][% zipcode %] [% END %][% city %][% IF ( state ) ...should be: [% IF ( city ) %] <li class="patroncity">[%IF (zipcode ) %][% zipcode %] [% END %][% city %][% IF ( state ) Otherwise you get a space before the line with zipcode, city etc. -- You are receiving this mail because: You are watching all bug changes.