Correctly reference the freebsd.css file on second level pages.

Previously, this stylesheet was incorrectly referenced so user agents
would ignore it, but Apache logs would be spammed with freebsd.css not
found errors.
This commit is contained in:
Murray Stokely 2002-03-16 23:55:35 +00:00
parent 96500d9984
commit 3331f70c3b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12502

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/includes.sgml,v 1.48 2002/01/30 03:53:09 murray Exp $ -->
<!-- $FreeBSD: www/en/includes.sgml,v 1.49 2002/03/16 08:40:25 murray Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
@ -29,7 +29,7 @@
<!ENTITY date ''>
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
<!ENTITY stylesheet './freebsd.css'>
<!ENTITY stylesheet '&base;/freebsd.css'>
<!-- Standard headers and footers -->