From: Leandro Lucarella Date: Fri, 8 Aug 2008 17:50:34 +0000 (-0300) Subject: Use text/css as Content-type when rendering the style sheet X-Git-Url: https://git.llucax.com/software/blitiri.git/commitdiff_plain/d209a0e7a339a8072e2ca93ae6e776a8dd14c82c Use text/css as Content-type when rendering the style sheet --- diff --git a/blitiri.cgi b/blitiri.cgi index 829a8cd..b95d5ca 100755 --- a/blitiri.cgi +++ b/blitiri.cgi @@ -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():