28 Mar
2024
28 Mar
'24
2:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36418 --- Comment #10 from Victor Grousset/tuxayo <victor@tuxayo.net> ---
A `type => 'text/plain'` just above a `print to_json`
That's not the only case >_< randomly opened serials/subscription-frequency.pl and there is:
print $input->header(-type => 'text/plain', -charset => 'UTF-8'); print to_json( $frequencyrecord );
Is that still relevant for this ticket? Leaning towards no. -- You are receiving this mail because: You are watching all bug changes.