Blame SOURCES/docbook-utils-w3mtxtconvert.patch

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