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

            Bug ID: 25428
           Summary: Escaped HTML shows in authority detail view when
                    subfield is a link
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: MARC Authority data support
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Created attachment 104604
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104604&action=edit
Screenshot showing the problem

In authority records there is the option to designate a subfield as a URL (like
we do for 856$u in the default MARC framework). When you view the details of
such a record the URL is output to the screen as HTML markup. This is because
the script is sending hard-coded HTML to the template and the template outputs
is as escaped.

Rather than use the $raw filter to make the link work, we should remove the
script-generated HTML and do it in the template.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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