removed the index count from list-presentations
authordrewc <drewc@tech.coop>
Mon, 13 Jun 2005 22:38:37 +0000 (15:38 -0700)
committerdrewc <drewc@tech.coop>
Mon, 13 Jun 2005 22:38:37 +0000 (15:38 -0700)
darcs-hash:20050613223837-39164-ce4602915d61b58c09f5c5a5fce546c7215607d4.gz

src/mewa/presentations.lisp

index 837e9a8..0ec34ee 100644 (file)
@@ -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))