aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 3cc8eed..a00631c 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -34,7 +34,7 @@ pub fn page(
html! {
(DOCTYPE)
- html {
+ html {
(page_header(serve_path, color_scheme, file_upload, false))
body#drop-container {
@if file_upload {