[Koha-bugs] [Bug 27694] New: News tool editor (codemirror) automatically converts HTML entities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 12 16:55:54 CET 2021


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

            Bug ID: 27694
           Summary: News tool editor (codemirror) automatically converts
                    HTML entities
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Tools
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lucas at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

When using CodeMirror in the Koha News tool the editor automatically converts
HTML entities which can be problematic.  


For example:

<option value="(itype:DVD and loc:*NEW) AND NOT
index-term-genre:"television"">Movies</option>

Gets converted to:

<option value="(itype:DVD and loc:*NEW) AND NOT
index-term-genre:"television"">Movies</option>

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


More information about the Koha-bugs mailing list