Elide some potentially harmful newlines.

This commit is contained in:
sperber 2002-08-26 09:33:36 +00:00
parent df1a40a361
commit d6f81777c8
1 changed files with 1 additions and 4 deletions

View File

@ -57,9 +57,7 @@
(cdr args)))
(values (current-output-port) args))
(apply emit-tag out 'p attrs)
(newline out)
(newline out)))
(apply emit-tag out 'p attrs)))
;;; <TITLE> Make Money Fast!!! </TITLE>
@ -121,7 +119,6 @@
(let ((out (fmt->port out)))
(call-with-values thunk
(lambda results
(newline out)
(emit-close-tag out tag)
(apply values results)))))