Add workarounds to not replace   etc. with hardcoded values

This commit is contained in:
Andrey A. Chernov 2000-03-09 13:05:30 +00:00
parent f44f4349b7
commit ae4b16278a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6687

View file

@ -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 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 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 <p>This document describe how to build and update
the FreeBSD Web pages from the CVS repository by hand.</p>'> the FreeBSD Web pages from the CVS repository by hand.</p>'>
<!-- avoid replacing &nbsp; etc. with hardcoded Latin1 values -->
<!ENTITY nbsp SDATA "[nbsp ]">
<!ENTITY copy SDATA "[copy ]">
<!ENTITY reg SDATA "[reg ]">
<!ENTITY deg SDATA "[deg ]">
<!-- <!--
Local Variables: Local Variables:
mode: sgml mode: sgml