Fix an inappropriate entity reference.
This commit is contained in:
parent
2c6975bbbc
commit
df463c479c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27539
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
||||||
(renderas (inherited-attribute-string (normalize "renderas") sect))
|
(renderas (inherited-attribute-string (normalize "renderas") sect))
|
||||||
(hlevel ;; the apparent section level;
|
(hlevel ;; the apparent section level;
|
||||||
(if renderas ;; if not real 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",
|
(substring renderas 4 5)) ;; from "renderas",
|
||||||
(SECTLEVEL))) ;; else use the real level
|
(SECTLEVEL))) ;; else use the real level
|
||||||
(hs (HSIZE (- 4 hlevel))))
|
(hs (HSIZE (- 4 hlevel))))
|
||||||
|
|
Loading…
Reference in a new issue