You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #2994 and #3268. In these 2 PRs, we changed how we strip tags from collections' intro_blocks on the Find a Project page so that ampersands and other special characters would be shown correctly.
However, there are some other pages (collection show, collections list, owner profile, etc.) that still use strip_tags to create these shortened intro snippets. We should change them to use the same helper method used for the Find a Project page.
Some examples:
Owner profile
Collection overview
Guest dashboard
The text was updated successfully, but these errors were encountered:
sylvieed
changed the title
Ampersands still not escaped on some pages
Ampersands still showed incorrectly on some pages
Aug 26, 2022
See #2994 and #3268. In these 2 PRs, we changed how we strip tags from collections'
intro_block
s on the Find a Project page so that ampersands and other special characters would be shown correctly.However, there are some other pages (collection show, collections list, owner profile, etc.) that still use
strip_tags
to create these shortened intro snippets. We should change them to use the same helper method used for the Find a Project page.Some examples:
Owner profile
Collection overview
Guest dashboard
The text was updated successfully, but these errors were encountered: