diff options
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index 8e1eca8..2b70c6e 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -307,7 +307,7 @@ else: print ' <meta http-equiv="content-type" content="text/html; charset=utf-8" />' print ' <meta name="keywords" content="' + keywords + '" />' print ' <meta name="description" content="' + blog_title + '" />' - print ' <link rel="stylesheet" type="text/css" href="styles/' + style + '" />' + print ' <link rel="stylesheet" type="text/css" href="styles/' + style + '/' + style + '.css" />' print ' </head>' print ' <body>' print '' |