Include a content type for English docs.
Submitted by: Mike Brown <mbrown@corp.webb.net>, dougb
This commit is contained in:
parent
03884540d1
commit
220248ce32
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9704
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.41 2001/05/09 23:45:35 dd Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.42 2001/05/15 20:07:10 ache 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
|
||||
|
@ -32,7 +32,8 @@
|
|||
|
||||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header '<head><title>&title;</title></head><body
|
||||
<!ENTITY header '<head><title>&title;</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head><body
|
||||
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
|
||||
src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
|
||||
<h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
|
||||
|
|
Loading…
Reference in a new issue