[Tablegen] Actually hide the div
This commit is contained in:
parent
5e22c0a727
commit
c7d2d481c8
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ namespace Tablegen
|
||||||
comment.set_value(" Autogenerated by Tablegen, please avoid editing manually. ");
|
comment.set_value(" Autogenerated by Tablegen, please avoid editing manually. ");
|
||||||
|
|
||||||
pugi::xml_node prefetch = table.append_child("div");
|
pugi::xml_node prefetch = table.append_child("div");
|
||||||
prefetch.append_attribute("hidden");
|
prefetch.append_attribute("hidden") = "hidden";
|
||||||
|
|
||||||
pugi::xml_node script = table.append_child("script");
|
pugi::xml_node script = table.append_child("script");
|
||||||
pugi::xml_node styles = table.append_child("style");
|
pugi::xml_node styles = table.append_child("style");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue