Skip to content

Commit

Permalink
misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Mar 8, 2024
1 parent 54154ec commit 5cde3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if you have a variable named `div` and you want to make a `<div>` tag you'll
need to call `element "div"`.

> If you want to create a `<table>` or `<select>` tag you'll need to use
> `element` because Lua uses those names in the built-in modules.
> `element` because Lua uses those names in the default global environment.
All strings passed to the HTML builder functions (attribute names, values, or
tag contents) are escaped automatically. You never have to worry about
Expand Down

0 comments on commit 5cde3b5

Please sign in to comment.