-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
span tag in html/head/title when range selected #189
span tag in html/head/title when range selected #189
Comments
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 |
I have verified that this issue is still present when using Blacklight 8 (details/screenshot on #299 ). |
- E.g., span/data-attributes rendered for selected range facet values by blacklight_range_limit - Fixes projectblacklight/blacklight_range_limit#189
- E.g., span/data-attributes rendered for selected range facet values by blacklight_range_limit - Fixes projectblacklight/blacklight_range_limit#189
- E.g., span/data-attributes rendered for selected range facet values by blacklight_range_limit - Does not affect typical values that are not marked html_safe - Fixes #2707 - Fixes projectblacklight/blacklight_range_limit#189
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: