From cd7c30d5f792e2810b771cfc44b5a26dd7d737f9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 27 Aug 2013 12:50:16 -0300 Subject: Fixing sed rules --- lib/httracker/html.sed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/httracker/html.sed b/lib/httracker/html.sed index 411ee14..d12f602 100755 --- a/lib/httracker/html.sed +++ b/lib/httracker/html.sed @@ -481,8 +481,8 @@ s/<//g s/>/>/g -s/&/&/g -s/&/&/g +s/&/\&/g +s/&/\&/g # http://www.w3schools.com/tags/ref_entities.asp # ^([^ \t]+)[ \t]+(&[^;]*;)[ \t]+(&[^;]*;).*$ # s/\2/\1/g\ns/\3/\1/g -- cgit v1.2.3