From: Trim21 Date: Fri, 4 Oct 2019 00:35:44 +0000 (+0800) Subject: :bug: Fix doctype in docs (#537) X-Git-Tag: 0.40.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cea311e6ef112edfa1e42fde2f63b6ab2d7e413;p=thirdparty%2Ffastapi%2Ffastapi.git :bug: Fix doctype in docs (#537) --- diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index 9aa09afff4..fc55ac1a73 100644 --- a/fastapi/openapi/docs.py +++ b/fastapi/openapi/docs.py @@ -17,7 +17,7 @@ def get_swagger_ui_html( ) -> HTMLResponse: html = f""" - + @@ -104,7 +104,7 @@ def get_redoc_html( def get_swagger_ui_oauth2_redirect_html() -> HTMLResponse: html = """ - +