aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.rs')
-rw-r--r--src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index a00631c..1787299 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -907,8 +907,8 @@ pub fn render_error(
html! {
(DOCTYPE)
html {
+ (page_header(&error_code.to_string(), color_scheme, false, true))
body {
- (page_header(&error_code.to_string(), color_scheme, false, true))
div.error {
p { (error_code.to_string()) }
@for error in error_description.lines() {