Index: template-html.rkt ================================================================== --- template-html.rkt +++ template-html.rkt @@ -114,15 +114,15 @@ (define (html$-note-listing-full pagenode note-id title-html-flow date contents [author default-authorname] [author-url ""]) (define author-part (cond [(non-empty-string? author-url) ◊string-append{
}] [else ◊string-append{ }])) (define maybe-author-class? (cond [(string=? author default-authorname) "by-proprietor"] [else ""])) @@ -148,14 +148,14 @@