[defdoc-cvs] CVS update: DefDoc/src/layout/html-engine.lisp
Rahul Jain
rjain at common-lisp.net
Sun Feb 15 05:20:54 UTC 2004
Update of /project/defdoc/cvsroot/DefDoc/src/layout
In directory common-lisp.net:/tmp/cvs-serv24735
Modified Files:
html-engine.lisp
Log Message:
fix to tweak...
Date: Sun Feb 15 00:20:54 2004
Author: rjain
Index: DefDoc/src/layout/html-engine.lisp
diff -u DefDoc/src/layout/html-engine.lisp:1.3 DefDoc/src/layout/html-engine.lisp:1.4
--- DefDoc/src/layout/html-engine.lisp:1.3 Sun Feb 15 00:09:07 2004
+++ DefDoc/src/layout/html-engine.lisp Sun Feb 15 00:20:53 2004
@@ -235,7 +235,7 @@
(with-html-block+ (1 :mandatory :HEAD)
(with-html-block (:TITLE)
(convert-to-text *document-title*)
- (write-string " - " :stream *html-stream*)
+ (write-string " - " *html-stream*)
(convert-to-text *document-subtitle*))
(dolist (element *html-head-elements*)
(pprint-newline :linear *html-stream*)
More information about the Defdoc-cvs
mailing list