Adding section number to HTML title
svn: r6511 original commit: 9a01be2638b4d3ad5d0d3b2ebb5a66d298fa568e
This commit is contained in:
parent
c3f8f90b4b
commit
5eb37f8ab6
|
@ -71,7 +71,7 @@
|
||||||
(content "text-html; charset=utf-8")))
|
(content "text-html; charset=utf-8")))
|
||||||
,@(let ([c (part-title-content d)])
|
,@(let ([c (part-title-content d)])
|
||||||
(if c
|
(if c
|
||||||
`((title ,@(render-content c d ht)))
|
`((title ,@(format-number number '(nbsp)) ,@(render-content c d ht)))
|
||||||
null))
|
null))
|
||||||
(link ((rel "stylesheet")
|
(link ((rel "stylesheet")
|
||||||
(type "text/css")
|
(type "text/css")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user