[Erp5-report] r13773 - /erp5/trunk/products/ERP5/Document/TextDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 29 00:42:15 CEST 2007


Author: jp
Date: Thu Mar 29 00:42:14 2007
New Revision: 13773

URL: http://svn.erp5.org?rev=13773&view=rev
Log:
Use of _asHTML API instead of asHTML

Modified:
    erp5/trunk/products/ERP5/Document/TextDocument.py

Modified: erp5/trunk/products/ERP5/Document/TextDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TextDocument.py?rev=13773&r1=13772&r2=13773&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TextDocument.py (original)
+++ erp5/trunk/products/ERP5/Document/TextDocument.py Thu Mar 29 00:42:14 2007
@@ -158,7 +158,7 @@
         Returns the content base URL based on the actual content
         (in HTML)
       """
-      html = self.asHTML()
+      html = self._asHTML()
       base_list = re.findall(self.base_parser, str(html))
       if base_list:
         return base_list[0]




More information about the Erp5-report mailing list