b1179638 in our test OPAC imports quotes as "#34;". Check...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | millennium-650906-2.patch | 1.08 KB | janusman |
b1179638 in our test OPAC imports quotes as "#34;". Check...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | millennium-650906-2.patch | 1.08 KB | janusman |
Comments
Comment #1
janusman commentedThe string is:
which, when re-imported manually (single item) it's shown correctly as:
Comment #2
janusman commentedFound it; was missing a decode_entities() for MARC text via the bookcart.
Committing this patch.