X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uri.lisp;fp=uri.lisp;h=afbeb75e26109991780e17fe491b8e38913543d0;hb=d91ff3b4d9cdcae003420c04609ea736161c7e65;hp=371f04563e78e8ce5a9f968eaea7818104dd4315;hpb=e74e1fd67746e37a630a1c9f8251467ba4254508;p=wol.git diff --git a/uri.lisp b/uri.lisp index 371f045..afbeb75 100644 --- a/uri.lisp +++ b/uri.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: uri.lisp,v 1.1 2003/07/16 16:02:21 kevin Exp $ +;;;; $Id: uri.lisp,v 1.2 2003/07/18 21:34:18 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -112,8 +112,8 @@ prefix (if html (concatenate 'string page ".lsp") - (concatenate 'string - +asp-header+ +plist-header+ (plist-to-url-string plist))))))) + +asp-header+) + (concatenate 'string +plist-header+ (plist-to-url-string plist)))))) (defun parameters-null (&rest params) (every #'(lambda (p) (or (null p) (eq p *unspecified*))) params))