Are you using the current version of web2py? The code that generates the link tag for css files appears to close the tag with a '/>', as you suggest. Anthony
On Thursday, June 23, 2011 4:49:47 PM UTC-4, David J wrote: > I think that when you add css files via response.files > > the output should include a '/>' rather that '>' > > xhtml requires all tags to be closed; while other doctypes are less strict > > I think its good practice to close all tags. > > Anyone disagree? > > >

