https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30150
--- Comment #5 from Katrin Fischer <[email protected]> --- I believe the reason is that we are using the | html filter in the select - which is as it should be and escapes any code that might be there. The problem is in the database, as you said earlier we should just store the name in utf-8 and without the entities. Do you have access to your database to fix this with SQL? We might still want to look into why it was not updated when it was for others - it seems ok on newer installations, but that could take a while. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
