Adding section number to HTML title

svn: r6511

original commit: 9a01be2638b4d3ad5d0d3b2ebb5a66d298fa568e
This commit is contained in:
Jay McCarthy 2007-06-07 05:58:45 +00:00
parent c3f8f90b4b
commit 5eb37f8ab6

View File

@ -71,7 +71,7 @@
(content "text-html; charset=utf-8")))
,@(let ([c (part-title-content d)])
(if c
`((title ,@(render-content c d ht)))
`((title ,@(format-number number '(nbsp)) ,@(render-content c d ht)))
null))
(link ((rel "stylesheet")
(type "text/css")