Adding section number to HTML title
svn: r6511
This commit is contained in:
parent
378db6d125
commit
9a01be2638
|
@ -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