Sign in
cobalt
/
cobalt.git
/
b48d5d342d8a80b19c4a69b353cdb8fdc6ab3789
/
.
/
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
)