mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
Add closing p tag to maxmin example
This commit is contained in:
parent
8838366b9a
commit
b7f7c3b9d7
1 changed files with 2 additions and 2 deletions
|
@ -297,14 +297,14 @@ local function main()
|
|||
if geo then
|
||||
Dump(geo)
|
||||
else
|
||||
Write('<p>Not found\n')
|
||||
Write('<p>Not found</p>\n')
|
||||
end
|
||||
|
||||
Write('<h3>Maxmind ASN DB</h3>')
|
||||
if asn then
|
||||
Dump(asn)
|
||||
else
|
||||
Write('<p>Not found\n')
|
||||
Write('<p>Not found</p>\n')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue