X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=demo.lisp;h=d247b547a7405aa8c5bf4f68a21701a9c8172c9b;hb=f63edd12886a0ed33be55f49c3284acca5db4797;hp=cbe5fa61d78dc54fa531aac1aefb6700557db7ba;hpb=fa641fe08adb5cede535a6dd79a79047c78ecf8a;p=cl-modlisp.git diff --git a/demo.lisp b/demo.lisp index cbe5fa6..d247b54 100644 --- a/demo.lisp +++ b/demo.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: demo.lisp,v 1.3 2003/07/10 18:58:29 kevin Exp $ +;;;; $Id: demo.lisp,v 1.4 2003/07/16 20:40:43 kevin Exp $ ;;;; ************************************************************************* (in-package #:modlisp) @@ -15,7 +15,7 @@ (defun demo-modlisp-command-processor (command) "Sample function to process an modlisp command" - (let ((url (header-value command "url"))) + (let ((url (header-value command :url))) (cond ((equal url "/fixed.lsp") (output-html-page (fixed-html-string)))