X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=htmlgen.lisp;h=7ec4756dab2f877729d03b794d7849d330d04045;hb=e0405e6089892e5d88082bf12838b73e63440125;hp=39f979f7c7c832ba067aa59cd39ec58e8f4f7d17;hpb=0b515edd2b706c7f5780854667a81b2d75eb2f7b;p=lml2.git diff --git a/htmlgen.lisp b/htmlgen.lisp index 39f979f..7ec4756 100644 --- a/htmlgen.lisp +++ b/htmlgen.lisp @@ -1,6 +1,6 @@ ;; -*- mode: common-lisp; package: lml2 -*- ;; -;; $Id: htmlgen.lisp,v 1.19 2003/07/21 18:10:00 kevin Exp $ +;; $Id$ ;; ;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA ;; copyright (c) 2003 Kevin Rosenberg @@ -813,19 +813,21 @@ ;; must use syntax (declare (ignore ent args argsp)) `(progn + #+ignore (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