X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=genpage.lisp;h=4b1dbf44861f24ee43ce04e9593a6e39bb229b92;hb=ba01a7216c7a4c15c103525654fe10ea5845afb1;hp=bc5d57df1725deaf019b8a3f383ae46ab275230c;hpb=de82da84115f8e2a6ad7add24cb73e7876c89a3b;p=wol.git diff --git a/genpage.lisp b/genpage.lisp index bc5d57d..4b1dbf4 100644 --- a/genpage.lisp +++ b/genpage.lisp @@ -7,12 +7,12 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jun 2003 ;;;; -;;;; $Id: genpage.lisp,v 1.1 2003/07/16 16:02:21 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of wol, is Copyright (c) 2003 by Kevin M. Rosenberg ;;;; ************************************************************************* -(in-package #:wol) +(in-package wol) (defvar *header-table* (make-hash-table :size 100 :test 'eq) "Table of header functions indexed by site") @@ -105,7 +105,6 @@ (when title-str (html (:title (lml-write-string title-str))))))) - (defun page-prologue (title format css altcss) (ecase format (:xml