X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=2%2Fhtmlgen.lisp;h=710b3681532ab70b2301981ca229e74f30d76a4c;hb=c3213302c03eb3459199cd161abe66dab9d5baf7;hp=8f84664ed95e0723f6a87f9ff2d3a08702c087f4;hpb=8a89c9f0ad0f6b84a909ef3090327bdee488b711;p=lml.git diff --git a/2/htmlgen.lisp b/2/htmlgen.lisp index 8f84664..710b368 100644 --- a/2/htmlgen.lisp +++ b/2/htmlgen.lisp @@ -1,6 +1,6 @@ ;; -*- mode: common-lisp; package: lml2 -*- ;; -;; $Id: htmlgen.lisp,v 1.20 2003/08/02 10:02:51 kevin Exp $ +;; $Id: htmlgen.lisp,v 1.21 2003/08/02 10:03:10 kevin Exp $ ;; ;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA ;; copyright (c) 2003 Kevin Rosenberg @@ -817,17 +817,17 @@ (write-string "" *html-stream*)))) (named-function html-comment-print-function (lambda (ent cmd args form subst unknown stream) (declare (ignore ent cmd args subst unknown)) - (format stream "" + (format stream "" (cadr form))))) (def-special-html :nbsp