[Tablegen] Actually hide the div

This commit is contained in:
TennesseeTrash 2025-06-16 23:25:16 +02:00
parent 5e22c0a727
commit c7d2d481c8

View file

@ -137,7 +137,7 @@ namespace Tablegen
comment.set_value(" Autogenerated by Tablegen, please avoid editing manually. ");
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 styles = table.append_child("style");