web/views/__init__.py
changeset 4494 ccb7fce7297b
parent 4252 6c4f109c2b03
child 5421 8167de96c523
--- a/web/views/__init__.py	Mon Feb 08 12:03:03 2010 +0100
+++ b/web/views/__init__.py	Mon Feb 08 12:05:56 2010 +0100
@@ -82,7 +82,7 @@
                 return 'primary'
             return 'outofcontext-search'
         if len(rset.column_types(0)) == 1:
-            return 'adaptedlist'
+            return 'sameetypelist'
         return 'list'
     return 'table'