From 6baeae84a3a7ff76027c418c5aa335af67cb4d63 Mon Sep 17 00:00:00 2001 From: SaculRennorb <18741506+SaculRennorb@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:12:03 +0200 Subject: [PATCH] addressing misplaced `` tag in swagger template (#660) (#662) Addressing https://github.com/poem-web/poem/issues/660 --- poem-openapi/src/ui/swagger_ui/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poem-openapi/src/ui/swagger_ui/mod.rs b/poem-openapi/src/ui/swagger_ui/mod.rs index d22b9fe7e4..b7e74b4828 100644 --- a/poem-openapi/src/ui/swagger_ui/mod.rs +++ b/poem-openapi/src/ui/swagger_ui/mod.rs @@ -12,7 +12,6 @@ const SWAGGER_UI_TEMPLATE: &str = r#" -
@@ -41,6 +40,7 @@ const SWAGGER_UI_TEMPLATE: &str = r#" + "#; pub(crate) fn create_html(document: &str) -> String {