summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dfaad2d)
raw | patch | inline | side by side (parent: dfaad2d)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 19 Feb 2003 03:37:04 +0000 (03:37 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 19 Feb 2003 03:37:04 +0000 (03:37 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1528 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi/templating.py | patch | blob | history |
index 078c1ee46458556fb69781e88663caad59ec30e7..001c1da656ff591eeb61604d9d8709761f52ff8c 100644 (file)
else:
value = None
if isinstance(prop, klass):
- l.append(htmlklass(self._client, '', prop, name, value,
- self._anonymous))
+ l.append(htmlklass(self._client, self._classname, '',
+ prop, name, value, self._anonymous))
return l
def list(self):