diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-14 08:45:19 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-14 08:45:19 +0100 |
commit | 023c2e9cbb55a967d6b9797162e0d9b620f93bdb (patch) | |
tree | 97cf2890d1a627ee12d0c2b6a4f6da5606f27fd2 /src/error.rs | |
parent | 7f496a7e6e17a9950f3e8280ce29992f773d25a2 (diff) | |
download | metamuffin-website-023c2e9cbb55a967d6b9797162e0d9b620f93bdb.tar metamuffin-website-023c2e9cbb55a967d6b9797162e0d9b620f93bdb.tar.bz2 metamuffin-website-023c2e9cbb55a967d6b9797162e0d9b620f93bdb.tar.zst |
no favicon
Diffstat (limited to 'src/error.rs')
-rw-r--r-- | src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs index 1fe89da..b6fb84e 100644 --- a/src/error.rs +++ b/src/error.rs @@ -29,7 +29,7 @@ impl<'r> Responder<'r, 'static> for MyError { Scaffold { title: "Error".to_string(), content: markup::new! { - h2 { "An error occured. Nobody is sorry"} + h2 { "An error occured. Nobody is sorry" } pre.error { @format!("{:?}", self.0) } }, } |