diff --git a/lib/python/Products/OFSP/help/Image.py b/lib/python/Products/OFSP/help/Image.py index a4414a22eccb9d2d1dcbef7530ea49542f616859..1610eb65075f22e2d6bd67f1b439885f59202d88 100644 --- a/lib/python/Products/OFSP/help/Image.py +++ b/lib/python/Products/OFSP/help/Image.py @@ -125,7 +125,7 @@ class Image: 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')"> """