Replace numeric entites with their symbolic equivalents.
Some browsers wrongly interpretate numeric entities with local charset, so avoiding them is for good.
This commit is contained in:
parent
ae4b16278a
commit
3d52f1aac9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6688
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.33 2000/01/29 17:48:35 wosch Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.34 2000/03/09 13:05:30 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
|
||||
|
@ -21,7 +21,7 @@
|
|||
<!-- Components making up the standard headers and footers. -->
|
||||
<!-- Override in the prolog <em>before</em> including this -->
|
||||
<!-- file if necessary. -->
|
||||
<!ENTITY copyright 'Copyright © 1995-2000 The FreeBSD Project.
|
||||
<!ENTITY copyright 'Copyright © 1995-2000 The FreeBSD Project.
|
||||
All rights reserved.'>
|
||||
<!ENTITY email 'freebsd-questions'>
|
||||
<!ENTITY author '<a href="&base/mailto.html">&email@FreeBSD.ORG</a><br>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.76 2000/03/06 10:22:42 ache Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.77 2000/03/08 00:18:10 ache Exp $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -118,11 +118,11 @@ href="ru/">Russian</a>, <a href="support.html#web">Other</a>
|
|||
<tbody>
|
||||
<tr>
|
||||
<!-- Red strip down left hand of sidebar -->
|
||||
<td rowspan="2" bgcolor="#990000"> </td>
|
||||
<td rowspan="2" bgcolor="#990000"> </td>
|
||||
|
||||
<td bgcolor="#ffcc66"> </td>
|
||||
<td bgcolor="#ffcc66"> </td>
|
||||
|
||||
<td bgcolor="#ffffff"> </td>
|
||||
<td bgcolor="#ffffff"> </td>
|
||||
|
||||
<td rowspan="2" align="left" valign="top" width="500">
|
||||
<h2><font color="#990000">What is FreeBSD?</font></h2>
|
||||
|
|
Loading…
Reference in a new issue