Skip to content

removes smart quotes for favicon in inst/BS5/templates/head.html#3006

Open
njtierney wants to merge 4 commits into
r-lib:mainfrom
njtierney:fix-smart-quote-i3005
Open

removes smart quotes for favicon in inst/BS5/templates/head.html#3006
njtierney wants to merge 4 commits into
r-lib:mainfrom
njtierney:fix-smart-quote-i3005

Conversation

@njtierney

Copy link
Copy Markdown

Resolves #3005

Strangely I could not pull the /inst/BS5/templates/head.html file locally, unsure if the inst directories are managed differently?

@maelle maelle left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Could you please add a NEWS item?

@maelle
maelle force-pushed the fix-smart-quote-i3005 branch from 754338e to f74cd18 Compare July 8, 2026 13:53
@njtierney

Copy link
Copy Markdown
Author

I shall! But I also need to make sure I fix the other remaining smart quote in the repo!

@njtierney

Copy link
Copy Markdown
Author

OK done, thank you @maelle :)

Comment thread NEWS.md
* Test fix for `R CMD check`.
* When previewing a site, it is now served via a local http server. This enables dynamic features such as search to work correctly (@shikokuchuo, #2975).
* Code in a link (href) is no longer autolinked (#2972)
* Ensure SVG favicons are parsed properly by fixing a bug in BS5 and BS3 favicon icon templates where curly/smart quotes (”…”, U+201D) were used instead of straight quotes, which caused the SVG favicon to not be used and a fallback raster favicon to be used. If your fallback was low resolution, your favicon looked poor (@njtierney, #3005).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Could you please move this item to the dev version section above? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

favicons fallback on raster.png due to smart quote in inst/BS5/templates/head.html

2 participants