removed the index count from list-presentations
[clinton/lisp-on-lines.git] / 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))