28 Oct
2021
28 Oct
'21
5:19 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15812 --- Comment #45 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #39)
In members/tables/members_results.tt:
title='View'
This is bad, it breaks translated template. Strings must be surrounded by double quote. However here we will have to escape it with \ and the string won't be picked by the translate script.
See bug 29261.
Same for title='Checkout'! will fix on bug 29261 as well -- You are receiving this mail because: You are watching all bug changes.