https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19677
--- Comment #1 from Nick Clemens <[email protected]> --- Created attachment 69850 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69850&action=edit Bug 19677 - Properly escape enumchrom/serialseq data Some serial issues use angle brackets for denoting certain data. Currently this is not displayed in Koha. This patch escapes the data so that angle brackets will display. To test: 1 - Add an enumchron field to an item containg angle brackets: "This is a <test>" 2 - View the record in the staff and opac, not the field displays as: "This is a" 3 - Apply patch 4 - Note full text now displays -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
