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
With 0a1df5f (ref I've deployed, probably not the cause) and blacklight 7.25.2 the browser tab title (ie /html/head/title) contains markup when I select a range
ie. after selecting 1590-1943 the title tag looks like this:
The main page title logic is in the main blacklight library. What's happening here is that the range selector is a "normal" filter configuration now, but the title helper in Blacklight::CatalogHelperBehavior#render_search_to_page_title_filter is expecting to be able to write applied filter labels out to the page title without doing anything to the labels. I'm not sure what the long-term answer ought to be - we should probably, maybe at least be html_safe on the resulting title? - but you could override that method to patch it in your app.
With 0a1df5f (ref I've deployed, probably not the cause) and blacklight 7.25.2 the browser tab title (ie
/html/head/title
) contains markup when I select a rangeie. after selecting 1590-1943 the title tag looks like this:
this has changed since v8.1.0 (on blacklight (7.22.2)) where the range value was not present at all
The text was updated successfully, but these errors were encountered: