Stop Microsoft Smart Tags from appearing on most of the site's pages.
This commit is contained in:
parent
890e351867
commit
aa5e3016dd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9711
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.42 2001/05/15 20:07:10 ache Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.43 2001/06/25 13:58:19 nik 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
|
||||
|
@ -33,7 +33,8 @@
|
|||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header '<head><title>&title;</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head><body
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE"></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