Do not replace some SGML sentences with its Latin1 values. It allows browser
to select appropriate value (depending on current display charset). Reported by: ache Solution suggested by: Hiroki Sato <hrs@getcities.co.jp>
This commit is contained in:
parent
340dee9095
commit
aeecddc099
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6661
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/ru/includes.sgml,v 1.6 2000/02/02 03:11:36 andy Exp $ -->
|
||||
<!-- $FreeBSD: www/ru/includes.sgml,v 1.7 2000/03/01 10:52:32 andy 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
|
||||
|
@ -59,12 +59,15 @@ src="&base/../gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border=
|
|||
<!ENTITY a.latest.not '<a href="&base/releases/3.4R/notes.html">'>
|
||||
<!ENTITY a.latest.ann '<a href="&base/releases/3.4R/announce.html">'>
|
||||
|
||||
|
||||
<!-- macro for webbuild paper -->
|
||||
<!ENTITY webbuild '
|
||||
<p>üÔÏÔ ÄÏËÕÍÅÎÔ ÏÐÉÓÙ×ÁÅÔ ÐÏÓÔÒÏÅÎÉÅ É ÏÂÎÏ×ÌÅÎÉÅ ×ÅÂ-ÓÔÒÁÎÉà FreeBSD ÉÚ
|
||||
ÄÅÒÅ×Á CVS × ÒÕÞÎÏÍ ÒÅÖÉÍÅ.</p>'>
|
||||
|
||||
<!-- avoid replacing and © with hardcoded Latin1 values -->
|
||||
<!ENTITY nbsp SDATA "[nbsp ]">
|
||||
<!ENTITY copy SDATA "[copy ]">
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
|
|
Loading…
Reference in a new issue