Blame SOURCES/docbook-utils-w3mtxtconvert.patch

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