[CMF-checkins] CVS: CMF - css_inline_or_link.py:1.2

andrew@digicool.com andrew@digicool.com
Wed, 27 Jun 2001 10:52:47 -0400 (EDT)


Update of /cvs-repository/CMF/CMFDefault/skins/generic
In directory korak.digicool.com:/tmp/cvs-serv10770

Modified Files:
	css_inline_or_link.py 
Log Message:

*a note that there were carriage returns in the file; I could not
reproduce this with my checkout, but this file does not have
them.



--- Updated File css_inline_or_link.py in package CMF --
--- css_inline_or_link.py	2001/06/18 22:47:13	1.1
+++ css_inline_or_link.py	2001/06/27 14:52:47	1.2
@@ -20,5 +20,4 @@
         else:
             s_url = '%s/%s' % (context.portal_url(), sheet)
             stylesheet_code = '<link rel="stylesheet" href="%s" type="text/css" />' % s_url
-
 return stylesheet_code