- Fixed FOUC problem using link tag. Patch by Eric Scouten.

4.4.x
Dries Buytaert 2003-11-16 20:04:46 +00:00
parent 0e60955210
commit e27df450ab
1 changed files with 1 additions and 3 deletions

View File

@ -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}>