pressbooks / pressbooks-book-directory-fe

A Vue.js frontend for the Pressbooks Directory
0 stars 1 forks source link

Unescape HTML entities in directory display fields (like title) #114

Closed hughmcguire closed 3 years ago

hughmcguire commented 3 years ago

Book titles with & are rendering/displaying as & in the directory, see: https://staging.pressbooks.directory/?q=making%20sense%20of%20a%20global%20pandemic

Expected behaviour: & and other special chars are escaped (or unescaped?) in title text (and everywhere else in the directory), so we see & and never see &

richard015ar commented 3 years ago

PR: https://github.com/pressbooks/pressbooks-book-directory-fe/pull/123

SteelWagstaff commented 3 years ago

This appears to be working as expected in staging. Ready to deploy to production Directory.

ho-man-chan commented 3 years ago

Verified that & is not in titles