diff options
-rwxr-xr-x | lib/httracker/html.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httracker/html.sed b/lib/httracker/html.sed index 859bc25..2bc7f15 100755 --- a/lib/httracker/html.sed +++ b/lib/httracker/html.sed @@ -482,7 +482,7 @@ s/</</g s/>/>/g s/>/>/g # TODO: Looks like some RSS convert links to entities twice -s/&amp/\&/g +s/&amp;/\&/g s/&/\&/g s/&/\&/g # http://www.w3schools.com/tags/ref_entities.asp |