[CMF-checkins] CVS: Products/CMFDefault - Document.py:1.29

Tres Seaver tseaver@zope.com
Thu, 18 Oct 2001 14:36:38 -0400


Update of /cvs-repository/Products/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv23976/CMFDefault

Modified Files:
	Document.py 
Log Message:


  - Made 'Document.manage_FTPget' use EditableBody, rather than
    accessing 'text' attribute directly (improves reusability).


=== Products/CMFDefault/Document.py 1.28 => 1.29 ===
                 'title': self.Title(),
                 'metatags': hdrtext,
-                'body': self.text,
+                'body': self.EditableBody(),
                 }
         else:
             hdrtext = join(map(lambda x: '%s: %s' % (