Narrative web: Toggle bug for source attribute (#1203)
This commit is contained in:
parent
a7e4d136b8
commit
720e4b9b4b
@ -1118,7 +1118,7 @@ class BasePage:
|
||||
|
||||
disp = "none" if self.report.options['toggle'] else "block"
|
||||
with Html("table", class_="infolist",
|
||||
id="toggle_attr", style="display:%s" % disp) as table:
|
||||
id="toggle_srcattr", style="display:%s" % disp) as table:
|
||||
section += table
|
||||
|
||||
thead = Html("thead")
|
||||
|
Loading…
Reference in New Issue
Block a user