From d209a0e7a339a8072e2ca93ae6e776a8dd14c82c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 8 Aug 2008 14:50:34 -0300 Subject: [PATCH] Use text/css as Content-type when rendering the style sheet --- blitiri.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.43.0