X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=web-utils-aserve.lisp;h=9261cddc4198d149d8e67c26b4c47b33e90b765e;hb=30c2e8bd2c7043d845024395e19b3030d039eae2;hp=19ed28c5d92997bce5ada3f8d9df283a42e740d2;hpb=3f50791d43f83b9141e4022ce1fd2460edf62436;p=kmrcl.git diff --git a/web-utils-aserve.lisp b/web-utils-aserve.lisp index 19ed28c..9261cdd 100644 --- a/web-utils-aserve.lisp +++ b/web-utils-aserve.lisp @@ -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 ;;;; @@ -124,7 +124,7 @@ `(prog1 (progn (net.html.generator:html - (princ-http *standard-xml-header* + (princ-http *standard-xml-header*) (princ-http "")) (with-tag "pagetitle" (princ-http ,title)) ,@body)