We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54154ec commit 5cde3b5Copy full SHA for 5cde3b5
docs/html_generation.md
@@ -89,7 +89,7 @@ if you have a variable named `div` and you want to make a `<div>` tag you'll
89
need to call `element "div"`.
90
91
> If you want to create a `<table>` or `<select>` tag you'll need to use
92
-> `element` because Lua uses those names in the built-in modules.
+> `element` because Lua uses those names in the default global environment.
93
94
All strings passed to the HTML builder functions (attribute names, values, or
95
tag contents) are escaped automatically. You never have to worry about
0 commit comments