From 10d074428ab83b31289939ae4705e791d82f8982 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 27 Aug 2013 14:02:42 -0300 Subject: TODO: Looks like some RSS convert links to entities twice (2) --- lib/httracker/html.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # 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 -- cgit v1.2.3