summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-16 20:04:46 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-16 20:04:46 +0000
commite27df450ab49085923bf4917cd7a291091048203 (patch)
tree8874998885de3cb838689781292e8d19db50475c
parent0e60955210f3afcc10b2cd9c0ba8f2e5da369e17 (diff)
downloadbrdo-e27df450ab49085923bf4917cd7a291091048203.tar.gz
brdo-e27df450ab49085923bf4917cd7a291091048203.tar.bz2
- Fixed FOUC problem using link tag. Patch by Eric Scouten.
-rw-r--r--themes/xtemplate/xtemplate.xtmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/xtemplate/xtemplate.xtmpl b/themes/xtemplate/xtemplate.xtmpl
index 2d74a1ba8..e4ef9a552 100644
--- a/themes/xtemplate/xtemplate.xtmpl
+++ b/themes/xtemplate/xtemplate.xtmpl
@@ -6,9 +6,7 @@
<head>
<title>{title}</title>
{head}
- <style type="text/css" media="all">
- @import url({stylesheet});
- </style>
+ <link type="text/css" rel="stylesheet" href="{stylesheet}" />
</head>
<body{onload_attributes}>