X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=inline;f=demo.lisp;h=f2f801a3252e08a1c34265624693a2f839ae94d1;hb=31a58a35568c21193240e23ce63234195bfff90c;hp=cbe5fa61d78dc54fa531aac1aefb6700557db7ba;hpb=fa641fe08adb5cede535a6dd79a79047c78ecf8a;p=cl-modlisp.git diff --git a/demo.lisp b/demo.lisp index cbe5fa6..f2f801a 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$ ;;;; ************************************************************************* (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)))