Narrative web: Toggle bug for source attribute (#1203)

This commit is contained in:
Serge Noiraud
2021-05-11 09:07:44 +02:00
committed by GitHub
parent a7e4d136b8
commit 720e4b9b4b

View File

@@ -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")