[Erp5-report] r28943 - /erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 11 13:59:01 CEST 2009


Author: kazuhiko
Date: Fri Sep 11 13:58:59 2009
New Revision: 28943

URL: http://svn.erp5.org?rev=28943&view=rev
Log:
do not display link name for images lacking ALT.

Modified:
    erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py

Modified: erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py?rev=28943&r1=28942&r2=28943&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/transforms/w3m_dump.py [utf8] Fri Sep 11 13:58:59 2009
@@ -42,7 +42,7 @@
   __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):




More information about the Erp5-report mailing list