Adding section number to HTML title

svn: r6511
This commit is contained in:
Jay McCarthy 2007-06-07 05:58:45 +00:00
parent 378db6d125
commit 9a01be2638

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")