Blame SOURCES/docbook-utils-w3mtxtconvert.patch

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