Back out previous change which is wrong.

Pointy hat to:	me
This commit is contained in:
Xin LI 2006-01-22 16:23:01 +00:00
parent 77b5c7ca76
commit 0601c77b10
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26925

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->number ;; then get the apparent level
(substring renderas 4 5)) ;; from "renderas",
(SECTLEVEL))) ;; else use the real level
(hs (HSIZE (- 4 hlevel))))