Add workarounds to not replace etc. with hardcoded values
This commit is contained in:
parent
f44f4349b7
commit
ae4b16278a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6687
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/includes.sgml,v 1.32 1999/12/29 03:38:42 jkh Exp $ -->
|
||||
<!-- $FreeBSD: www/en/includes.sgml,v 1.33 2000/01/29 17:48:35 wosch 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
|
||||
|
@ -63,6 +63,12 @@ src="&base/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0"
|
|||
<p>This document describe how to build and update
|
||||
the FreeBSD Web pages from the CVS repository by hand.</p>'>
|
||||
|
||||
<!-- avoid replacing etc. with hardcoded Latin1 values -->
|
||||
<!ENTITY nbsp SDATA "[nbsp ]">
|
||||
<!ENTITY copy SDATA "[copy ]">
|
||||
<!ENTITY reg SDATA "[reg ]">
|
||||
<!ENTITY deg SDATA "[deg ]">
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
|
|
Loading…
Reference in a new issue