@@ -71,13 +71,15 @@
}])) (define (html$-article-close footertext) - ◊string-append{
- - }) + (cond [(non-empty-string? footertext) + ◊string-append{ + + }] + [else ""])) (define (html$-page-body-close) ◊string-append{ })