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

            Bug ID: 11741
           Summary: < > not displaying correctly in XSLT result list
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

If you have a record, that contains < >, those are incorrectly escaped on the
OPAC and staff XSLT result lists. The detail pages display correctly.

Example:
Record: Wer ist wer? <TEST>
Display: Wer ist wer? &lt;TEST&gt
HTML source: &amp;lt;TEST&amp;gt

It looks like a problem with the sequence of escaping characters. First < > are
changed to HTML entities, then the apersand itself is changed, leaving us with
a mix.

This was reported by one of our librares and seems to have changed between 3.6
and 3.12 as they were recently updated. The problem doesn't seem to appear on
master. I couldn't test with 3.14 so far.

-- 
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/

Reply via email to