3ed2ca
diff -urNp original/txt new/txt
3ed2ca
--- original/backends/txt	2007-11-05 18:44:52.000000000 +0100
3ed2ca
+++ new/backends/txt	2007-11-22 15:21:36.000000000 +0100
3ed2ca
@@ -13,7 +13,7 @@ then
3ed2ca
 elif [ -x /usr/bin/w3m ]
3ed2ca
 then
3ed2ca
   CONVERT=/usr/bin/w3m
3ed2ca
-  ARGS="-dump"
3ed2ca
+  ARGS="-T text/html -dump"
3ed2ca
 else
3ed2ca
   echo >&2 "No way to convert HTML to text found."
3ed2ca
   exit 1