From a3faea082b9d946a4c76792bdeecefd047f9ccf4 Mon Sep 17 00:00:00 2001 From: Simon Strandgaard Date: Wed, 5 Aug 2020 22:08:54 +0200 Subject: [PATCH] Corrected mismatch between html start tag and html end tag. (#349) --- multipart-async-std/src/main.rs | 2 +- multipart/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multipart-async-std/src/main.rs b/multipart-async-std/src/main.rs index ea8f2945..49dbf375 100644 --- a/multipart-async-std/src/main.rs +++ b/multipart-async-std/src/main.rs @@ -30,7 +30,7 @@ fn index() -> HttpResponse {
- +
"#; diff --git a/multipart/src/main.rs b/multipart/src/main.rs index 0930a102..a8b63273 100644 --- a/multipart/src/main.rs +++ b/multipart/src/main.rs @@ -30,7 +30,7 @@ fn index() -> HttpResponse {
- +
"#;