From 4cea311e6ef112edfa1e42fde2f63b6ab2d7e413 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Fri, 4 Oct 2019 08:35:44 +0800 Subject: [PATCH] :bug: Fix doctype in docs (#537) --- fastapi/openapi/docs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastapi/openapi/docs.py b/fastapi/openapi/docs.py index 9aa09afff..fc55ac1a7 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 = """ - +