https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41686 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil@chetcolibrary.org --- Comment #1 from Phil Ringnalda <phil@chetcolibrary.org> --- Not just itemcallnumber, it happens for every item field you can type in, and also for bib records. You don't need the 'b', just '& ' - without the space it isn't unescaped. And without the semicolon it isn't unescaped, though & is one of the things where browsers don't require it. And '& ' isn't unescaped, despite that also being defined. Nor are '< ' or '> '. I didn't try the whole list of named character references from the spec, but if < isn't, there's no reason to think that ϶ would be. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.