forked from xroche/httrack
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This is a regression since the upstream 3.49.2 release that Windows binaries are provided for - that would write &
. I've not been able to determine when the regression was introduced as it wasn't obvious from the diffs for individual commits or overall diff, and C and French aren't my usual languages.
This isn't just a stylistic problem - 
mp;
isn't valid HTML, and doesn't produce an ampersand. The things that do are &
, &
and &
.
This is a before and after for a website first done with upstream 3.49.2, and redone with the master branch of this fork:
In regular text, ampersands are left alone with the escaping (or lack thereof) they had originally, so it seems to be something related to how URLs are extracted and replaced.
Metadata
Metadata
Assignees
Labels
No labels