From: Silvio Rhatto Date: Tue, 27 Aug 2013 17:02:42 +0000 (-0300) Subject: TODO: Looks like some RSS convert links to entities twice (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=10d074428ab83b31289939ae4705e791d82f8982;p=httruta.git TODO: Looks like some RSS convert links to entities twice (2) --- 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