19 Dec
2018
19 Dec
'18
6:41 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21460 --- Comment #16 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- You will be stuck, you will not manage to filter all situations correctly. You should either escape in the pl, or split the $var=$value into a structure { var => $var, value => $value } (like how it was before basically), then build the string in the template. Ping me on IRC if you need help. -- You are receiving this mail because: You are watching all bug changes.