Skip to content

Commit

Permalink
HtmlColumnTable: before_table event is fired with prot=self
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Mar 14, 2017
1 parent 52d332d commit 782d1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyne/protocol/html/table/column.py
Expand Up @@ -270,7 +270,7 @@ def _gen_table(self, ctx, cls, inst, parent, name, gen_rows, **kwargs):
attrib['width'] = self.table_width

self.event_manager.fire_event('before_table', ctx, cls, inst, parent,
name, **kwargs)
name, prot=self, **kwargs)

with parent.element('table', attrib):
write_header = self.header
Expand Down

0 comments on commit 782d1ff

Please sign in to comment.