r3076: *** empty log message ***
[kmrcl.git] / web-utils-aserve.lisp
index 19ed28c5d92997bce5ada3f8d9df283a42e740d2..9261cddc4198d149d8e67c26b4c47b33e90b765e 100644 (file)
@@ -8,7 +8,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: web-utils-aserve.lisp,v 1.7 2002/10/16 22:56:07 kevin Exp $
+;;;; $Id: web-utils-aserve.lisp,v 1.8 2002/10/16 23:34:33 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
      `(prog1
          (progn
            (net.html.generator:html
-            (princ-http *standard-xml-header*
+            (princ-http *standard-xml-header*)
             (princ-http "<pagedata xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:html=\"http://www.w3.org/TR/REC-html40\">"))
            (with-tag "pagetitle" (princ-http ,title))
            ,@body)