Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
web_platform_tests
/
dom
/
nodes
/
encoding.py
blob: 5f889e8db2a55cdfd23b0083a45a147a9fb87ab2 [
file
]
from
cgi
import
escape
def
main
(
request
,
response
):
label
=
request
.
GET
.
first
(
'label'
)
return
"""<!doctype html><meta charset="%s">"""
%
escape
(
label
)