Skip to content

Commit e0344df

Browse files
author
Richard Jones
committed
oops
1 parent 47e62bf commit e0344df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/htmltemplate.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: htmltemplate.py,v 1.75 2002-02-16 08:43:23 richard Exp $
18+
# $Id: htmltemplate.py,v 1.76 2002-02-16 09:10:52 richard Exp $
1919

2020
__doc__ = """
2121
Template engine.
@@ -851,7 +851,7 @@ def filter_section(self, template, filter, columns, group, all_filters,
851851
show_customization )
852852
w('<table width=100% border=0 cellspacing=0 cellpadding=2>\n')
853853
names = []
854-
seen = []
854+
seen = {}
855855
for name in all_filters + all_columns:
856856
if self.properties.has_key(name) and not seen.has_key(name):
857857
names.append(name)
@@ -1070,6 +1070,9 @@ def render(self, form):
10701070

10711071
#
10721072
# $Log: not supported by cvs2svn $
1073+
# Revision 1.75 2002/02/16 08:43:23 richard
1074+
# . #517906 ] Attribute order in "View customisation"
1075+
#
10731076
# Revision 1.74 2002/02/16 08:39:42 richard
10741077
# . #516854 ] "My Issues" and redisplay
10751078
#

0 commit comments

Comments
 (0)