mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
19 lines
258 B
Lua
19 lines
258 B
Lua
-- vim: ft=lua ts=2
|
|
return {
|
|
area = true,
|
|
base = true,
|
|
br = true,
|
|
col = true,
|
|
command = true,
|
|
embed = true,
|
|
hr = true,
|
|
img = true,
|
|
input = true,
|
|
keygen = true,
|
|
link = true,
|
|
meta = true,
|
|
param = true,
|
|
source = true,
|
|
track = true,
|
|
wbr = true
|
|
}
|