https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18110 --- Comment #23 from Marc Véron <veron@veron.ch> --- Sorry, I was wrong in my comment #16. I just found out that the addres line starts with an unwanted space character in member-display-address-style-fr.inc lines 8/9: [% IF streetnumber %] [% streetnumber %][% END %] [%IF roadtype_desc %] [% roadtype_desc %][% END %] The space characters after the IFs should move before the ENDs, otherwise the line will begin wit a blank. This is what I mean: [% IF streetnumber %][% streetnumber %] [% END %] [%IF roadtype_desc %][% roadtype_desc %] [% END %] BTW: Will be the same for member-display-alt-address-style-fr.inc -- You are receiving this mail because: You are watching all bug changes.