[Zope-Checkins] CVS: Zope/lib/python/Products/OFSP/help - Image.py:1.14
Brian Lloyd
brian@zope.com
Tue, 17 Jun 2003 14:14:55 -0400
Update of /cvs-repository/Zope/lib/python/Products/OFSP/help
In directory cvs.zope.org:/tmp/cvs-serv10164
Modified Files:
Image.py
Log Message:
fix bad doc
=== Zope/lib/python/Products/OFSP/help/Image.py 1.13 => 1.14 ===
--- Zope/lib/python/Products/OFSP/help/Image.py:1.13 Wed Aug 14 18:16:05 2002
+++ Zope/lib/python/Products/OFSP/help/Image.py Tue Jun 17 14:14:54 2003
@@ -70,8 +70,8 @@
Optionally, the 'height', 'width', 'alt', 'scale', 'xscale'
and 'yscale' arguments can be provided which are turned into
HTML IMG tag attributes. Note, 'height' and 'width' are
- provided by default, and 'alt' comes from the 'title_or_id'
- method.
+ provided by default, and 'alt' comes from the 'title'
+ property.
Keyword arguments may be provided to support other or future IMG
tag attributes. The one exception to this is the HTML Cascading