]> git.llucax.com Git - software/blitiri.git/commitdiff
Use text/css as Content-type when rendering the style sheet
authorLeandro Lucarella <luca@llucax.com.ar>
Fri, 8 Aug 2008 17:50:34 +0000 (14:50 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Fri, 8 Aug 2008 22:53:19 +0000 (19:53 -0300)
blitiri.cgi

index 829a8cd8f34dd8fb869b6f6617ba19112534a4be..b95d5ca03dd23bd52a2792fa3b139a05835d99d4 100755 (executable)
@@ -582,7 +582,7 @@ def render_atom(articles):
 
 
 def render_style():
-       print 'Content-type: text/plain\n'
+       print 'Content-type: text/css\r\n\r\n',
        print default_css
 
 def handle_cgi():