[Zope-Checkins] CVS: Zope2 - Image.py:1.11

Amos Latteier amos@digicool.com
Mon, 4 Jun 2001 18:29:19 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/OFSP/help
In directory korak.digicool.com:/tmp/cvs-serv6085

Modified Files:
	Image.py 
Log Message:
Typo fix from Rich Pinder. Thanks, Rich!



--- Updated File Image.py in package Zope2 --
--- Image.py	2001/04/19 19:17:57	1.10
+++ Image.py	2001/06/04 22:29:18	1.11
@@ -125,7 +125,7 @@
     You can control the image display more precisely with the 'tag'
     method. For example::
 
-      <dtml-var "ImageObject.tag(border=5, align=left)">
+      <dtml-var "ImageObject.tag(border='5', align='left')">
     
     """