diff --git a/collects/scribble/html-render.ss b/collects/scribble/html-render.ss index 4539c3d10d..dbe516fd65 100644 --- a/collects/scribble/html-render.ss +++ b/collects/scribble/html-render.ss @@ -283,6 +283,7 @@ (div ((class "maincolumn")) (div ((class "main")) ,@(render-part d ri)))))]) (install-file scribble-css) + (printf "\n") (xml:write-xml/content (xml:xexpr->xml xpr))))) (define/override (render-one d ri fn) diff --git a/collects/scribblings/reference/stx-trans.scrbl b/collects/scribblings/reference/stx-trans.scrbl index e7d4c605e7..78fec87570 100644 --- a/collects/scribblings/reference/stx-trans.scrbl +++ b/collects/scribblings/reference/stx-trans.scrbl @@ -441,7 +441,7 @@ Expands the given @scheme[_require-spec] to lists of imports and import sources.} -@defproc[(make-require-transformer [proc (syntax? . ->* . ((listof import?) (listof import-source?)))]) +@defproc[(make-require-transformer [proc ((syntax?) . ->* . ((listof import?) (listof import-source?)))]) require-transformer?]{ Creates a require transformer (i.e., a structure with the