Page 1 of 1

extra stylesheet reference?

Posted: Wed Feb 01, 2006 4:31 am
by kermit
this is the output code:

Code: Select all

<link rel="stylesheet" type="text/css" href="http://127.0.0.1/stylesheet.php?templateid=16" />
<link rel="stylesheet" type="text/css" media="print" href="http://127.0.0.1/stylesheet.php?templateid=16&mediatype=print" />
<link rel="stylesheet" type="text/css" media="screen" href="http://127.0.0.1/stylesheet.php?templateid=16&mediatype=screen" />
this was a new template and 2 new stylesheets (one screen, one print) that were attached to that new template.. i noticed three references to stylesheets in the output. the template only lists two css references in the admin area. the first reference when requested separately is an empty file.

the 'head' portion of the template is simply:

Code: Select all

<head>
<title>
	{title} | Site Name
</title>
{metadata}
{stylesheet}
</head>
running 0.12 daily from 28/01/06.

Re: extra stylesheet reference?

Posted: Thu Feb 02, 2006 3:45 am
by Ted
Thanks for that.  Utter did tell me about that one the other day, and I neglected to fix it (and then forgot).  I'll do it now before bed.

Re: extra stylesheet reference?

Posted: Sat Feb 04, 2006 4:56 pm
by Ted
It's done.