From d56b89890db4726994374a375f97f60b36313d92 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 27 Aug 2013 13:35:26 -0300 Subject: TODO: Looks like some RSS convert links to entities twice --- lib/httracker/html.sed | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/httracker/html.sed') diff --git a/lib/httracker/html.sed b/lib/httracker/html.sed index d12f602..859bc25 100755 --- a/lib/httracker/html.sed +++ b/lib/httracker/html.sed @@ -481,6 +481,8 @@ s/<//g s/>/>/g +# TODO: Looks like some RSS convert links to entities twice +s/&amp/\&/g s/&/\&/g s/&/\&/g # http://www.w3schools.com/tags/ref_entities.asp -- cgit v1.2.3