emit less newlines
This commit is contained in:
parent
35565068fb
commit
38f2594ba5
|
@ -92,7 +92,7 @@
|
||||||
;;; <title> Make Money Fast!!! </title>
|
;;; <title> Make Money Fast!!! </title>
|
||||||
|
|
||||||
(define (emit-title out title) ; Takes no attributes.
|
(define (emit-title out title) ; Takes no attributes.
|
||||||
(format out "<title>~a~%</title>" title))
|
(format out "<title>~a</title>" title))
|
||||||
|
|
||||||
(define (emit-header out level text . attribs)
|
(define (emit-header out level text . attribs)
|
||||||
(apply with-tag* out (string-append "h" (number->string level))
|
(apply with-tag* out (string-append "h" (number->string level))
|
||||||
|
|
|
@ -789,6 +789,7 @@
|
||||||
parse-html-forms ; PARSE-HTML-FORM-QUERY
|
parse-html-forms ; PARSE-HTML-FORM-QUERY
|
||||||
threads ; SLEEP
|
threads ; SLEEP
|
||||||
sunet-utilities
|
sunet-utilities
|
||||||
|
handle-fatal-error
|
||||||
)
|
)
|
||||||
(files (httpd seval)))
|
(files (httpd seval)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue