Package: shell-fm
Version: 0.4+svn20071125.r282-1
Followup-For: Bug #503734

Patch attached.

--
Jakub Wilk
diff --git a/src/http.c b/src/http.c
--- a/src/http.c
+++ b/src/http.c
@@ -258,6 +258,8 @@
 		"&lt;", "<",
 		"&gt;", ">",
 		"&nbsp;", " ",
+		"&quot;", "\"",
+		"&apos;", "\'",
 	};
 
 	for(i = 0; i < (sizeof(codes) / sizeof(char *)); i += 2) {

Reply via email to