Skip to content

Commit a99240f

Browse files
author
Richard Jones
committed
... and a classname
1 parent 7ecce1e commit a99240f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/templating.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ def properties(self):
344344
else:
345345
value = None
346346
if isinstance(prop, klass):
347-
l.append(htmlklass(self._client, '', prop, name, value,
348-
self._anonymous))
347+
l.append(htmlklass(self._client, self._classname, '',
348+
prop, name, value, self._anonymous))
349349
return l
350350

351351
def list(self):

0 commit comments

Comments
 (0)