[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Publisher/Browser - IconDirective.py:1.5
Godefroid Chapelle
gotcha@swing.be
Tue, 10 Dec 2002 16:45:15 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv19673
Modified Files:
IconDirective.py
Log Message:
remove win CRs
=== Zope3/lib/python/Zope/App/Publisher/Browser/IconDirective.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/Publisher/Browser/IconDirective.py:1.4 Tue Dec 10 16:41:25 2002
+++ Zope3/lib/python/Zope/App/Publisher/Browser/IconDirective.py Tue Dec 10 16:45:15 2002
@@ -41,9 +41,9 @@
src = resource()
return ('<img src="%s" alt="%s" width="16" height="16" border="0" />'
- % (src, self.alt))
-
- def url(self):
+ % (src, self.alt))
+
+ def url(self):
resource = getResource(self.context, self.rname, self.request)
src = resource()
return src