sul-dlss / mods_display

MODS Display is a gem to centralize the display logic of MODS medadata.
Other
2 stars 5 forks source link

Don't convert title field to html-safe #121

Closed marlo-longley closed 2 years ago

marlo-longley commented 2 years ago

Fixes https://github.com/sul-dlss/purl/issues/597

This essentially reverts back what we do to the title field from before this PR

Titles are deployed in non-html-safe situations. In the future, if we need to have italics or other formatting in titles, we may have to revisit this choice.