http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11741 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 25199 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25199&action=edit Bug 11741: Correct display of < > in XSLT result lists < and > are incorrectly transformed into HTML entities on the XSLT result list. Example: Record: <TEST> Result list: <TEST> HTML source: <TEST> To test: - catalog a record that contains > and < - Reindex, without using the -x option - Confirm the display is correct - Reindex again, using the -x option - Confirm the display is now broken - Apply patch - Reindex again with and without -x - Verify that now the display is always correct -- You are receiving this mail because: You are watching all bug changes.