Skip to content
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

Titles with an ampersand are not handled properly #8

Open
gallais opened this issue Nov 26, 2021 · 0 comments
Open

Titles with an ampersand are not handled properly #8

gallais opened this issue Nov 26, 2021 · 0 comments
Labels

Comments

@gallais
Copy link
Contributor

gallais commented Nov 26, 2021

'&' is a special symbol in sed directives so a title containing ampersand (among other things)
will mess up the call to sed splicing the title in between <title></title>.

Cf. http://impega.github.io/reciptacle/Crumble.html for an example:

<title>Crumble Poire <title> Pomme - Reciptacle - Hurray!</title>

A principled solution would be to escape special characters in the title (I suspect / probably
also leads to issues).

@gallais gallais added the bug label Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant