]> git.llucax.com Git - software/blitiri.git/blobdiff - blitiri.cgi
Use text/css as Content-type when rendering the style sheet
[software/blitiri.git] / blitiri.cgi
index 829a8cd8f34dd8fb869b6f6617ba19112534a4be..b95d5ca03dd23bd52a2792fa3b139a05835d99d4 100755 (executable)
@@ -582,7 +582,7 @@ def render_atom(articles):
 
 
 def render_style():
 
 
 def render_style():
-       print 'Content-type: text/plain\n'
+       print 'Content-type: text/css\r\n\r\n',
        print default_css
 
 def handle_cgi():
        print default_css
 
 def handle_cgi():