Elide some potentially harmful newlines.
This commit is contained in:
parent
df1a40a361
commit
d6f81777c8
|
@ -57,9 +57,7 @@
|
||||||
(cdr args)))
|
(cdr args)))
|
||||||
(values (current-output-port) args))
|
(values (current-output-port) args))
|
||||||
|
|
||||||
(apply emit-tag out 'p attrs)
|
(apply emit-tag out 'p attrs)))
|
||||||
(newline out)
|
|
||||||
(newline out)))
|
|
||||||
|
|
||||||
|
|
||||||
;;; <TITLE> Make Money Fast!!! </TITLE>
|
;;; <TITLE> Make Money Fast!!! </TITLE>
|
||||||
|
@ -121,7 +119,6 @@
|
||||||
(let ((out (fmt->port out)))
|
(let ((out (fmt->port out)))
|
||||||
(call-with-values thunk
|
(call-with-values thunk
|
||||||
(lambda results
|
(lambda results
|
||||||
(newline out)
|
|
||||||
(emit-close-tag out tag)
|
(emit-close-tag out tag)
|
||||||
(apply values results)))))
|
(apply values results)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue