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
'&' 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>.
'&' 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:
A principled solution would be to escape special characters in the title (I suspect
/
probablyalso leads to issues).
The text was updated successfully, but these errors were encountered: