summaryrefslogtreecommitdiff
path: root/public/views/error.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'public/views/error.ejs')
-rw-r--r--public/views/error.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/error.ejs b/public/views/error.ejs
index df951d4a..1768adea 100644
--- a/public/views/error.ejs
+++ b/public/views/error.ejs
@@ -2,12 +2,12 @@
<html lang="en">
<head>
- <%- include hedgedoc/head %>
+ <%- include('hedgedoc/head') %>
<link rel="stylesheet" href="<%- serverURL %>/css/center.css">
</head>
<body>
- <%- include hedgedoc/header %>
+ <%- include('hedgedoc/header') %>
<div class="container-fluid text-center">
<div class="vertical-center-row">
<h1><%- code %> <%- detail %> <small><%- msg %></small></h1>