diff --git a/product/ERP5Type/patches/transforms/w3m_dump.py b/product/ERP5Type/patches/transforms/w3m_dump.py
index 991f7415b466eb48c67fed3b6ad8364fd51781c8..7e23c9952212b847c0b933208e1224efbfd16432 100644
--- a/product/ERP5Type/patches/transforms/w3m_dump.py
+++ b/product/ERP5Type/patches/transforms/w3m_dump.py
@@ -42,7 +42,7 @@ class w3m_dump(popentransform):
   __version__ = '2008.07.11-1'
 
   binaryName = "w3m"
-  binaryArgs = "-dump -T text/html -o display_charset=utf-8 "
+  binaryArgs = "-dump -T text/html -o display_charset=utf-8 -o ignore_null_img_alt=0 "
   useStdin = True
   
   def getData(self, couterr):