Blame SOURCES/docbook-utils-w3mtxtconvert.patch

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