Skip to content

Commit 7ecce1e

Browse files
author
Richard Jones
committed
missed an _anonymous pass
1 parent c90a027 commit 7ecce1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roundup/cgi/templating.py

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

350351
def list(self):

0 commit comments

Comments
 (0)