[Koha-bugs] [Bug 23412] HTML should be allowed in MARC notes. (5xx fields)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Aug 17 08:28:02 CEST 2019


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
(In reply to Marcel de Rooy from comment #3)
> What about regular use of chars like < and & in a note.
> Alice & Bob e.g. becomes now Alice $ Bob
> 
> This might need a bit more thought?

I've done some testing too, these were my 500$a:

<a href ="http://www.koha-community.org">koha</a>
http://www.koha-community.org
Alice & Bob 

They all display nicely, with the second already being displayed as a link
without the patch(!). So I don't see the breakage Marcel points out. But what
breaks is:

Berlin <Germany> 

With the browser hiding the part <Germany>. We often see this in older data as
it used to be a common cataloguing practice. There are also other use cases for
<> like mathematic formulas that we could break display with this change.

Note: this also only changes the OPAC, but not the staff display.

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


More information about the Koha-bugs mailing list