[Koha-bugs] [Bug 21947] New: Filtering order generates html in notes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 4 19:57:35 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21947

            Bug ID: 21947
           Summary: Filtering order generates html in notes
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: mtompset at hotmail.com
        QA Contact: testopia at bugs.koha-community.org

Bug 13618 added a | html to line 717 of opac-details.tt but this generates
strange <br> output in the 'Title notes' tab:

this<br /> <hr><br /> <br /> is<br /> <hr><br /> <br /> a<br /> <hr><br /> <br
/> test

from blank lines entered into a 500$a field
--- BEGIN ---
this
<hr>

is
<hr>

a
<hr>

test
--- END ---

While HTML (<hr>) should not be in a note, this is used as sample data to also
check the blank line to <br>-ish tags, as shown above.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list