From 76f3e1ca5142fce5586935af038d6f6576c055f3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 2 Aug 2003 10:03:10 +0000 Subject: [PATCH] r5439: *** empty log message *** --- htmlgen.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htmlgen.lisp b/htmlgen.lisp index 8f84664..710b368 100644 --- a/htmlgen.lisp +++ b/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 -- 2.34.1