[Koha-bugs] [Bug 11741] < > not displaying correctly in XSLT result list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 11 16:56:51 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11741

--- Comment #3 from Katrin Fischer <katrin.fischer at 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&gt
HTML source: &lt;TEST&gt

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.


More information about the Koha-bugs mailing list