From 6fc8733b376ef21d53863abcd6b5647e37da8041 Mon Sep 17 00:00:00 2001 From: drewc Date: Mon, 13 Jun 2005 15:38:37 -0700 Subject: [PATCH] removed the index count from list-presentations darcs-hash:20050613223837-39164-ce4602915d61b58c09f5c5a5fce546c7215607d4.gz --- src/mewa/presentations.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mewa/presentations.lisp b/src/mewa/presentations.lisp index 837e9a8..0ec34ee 100644 --- a/src/mewa/presentations.lisp +++ b/src/mewa/presentations.lisp @@ -62,8 +62,7 @@ :value (select-label listing))))) (dolist (slot (slots listing)) (<:td :class "data-cell" (present-slot slot object))) - (<:td :class "index-number-cell" - (<:i (<:as-html index))) + (<:td :class "index-number-cell") )) (defmethod get-all-instances ((self mewa-list-presentation)) -- 2.20.1