Escape <, >, &'s, plus some cleanups against the SGML. There should not

be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.

Requested by:	intron at intron ac
Reviewed by:	Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by:	simon
This commit is contained in:
Xin LI 2006-01-05 20:03:39 +00:00
parent 8ecae3308c
commit e140896ec8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26779
44 changed files with 568 additions and 570 deletions

View file

@ -189,7 +189,7 @@
(renderas (inherited-attribute-string (normalize "renderas") sect))
(hlevel ;; the apparent section level;
(if renderas ;; if not real section level,
(string->number ;; then get the apparent level
(string-&gt;number ;; then get the apparent level
(substring renderas 4 5)) ;; from "renderas",
(SECTLEVEL))) ;; else use the real level
(hs (HSIZE (- 4 hlevel))))