summaryrefslogtreecommitdiff
path: root/public/views/error.ejs
diff options
context:
space:
mode:
authorDavid Mehren2021-02-09 20:27:29 +0100
committerDavid Mehren2021-02-09 20:27:39 +0100
commitb468fb623b055ea6f105b40289d708023e59a07e (patch)
tree22edfa602b09c82a63f599ac65879ad95d69e4a6 /public/views/error.ejs
parentfcc4efb8dbbb1ad133ef353e264a5b612661c509 (diff)
Switch to ejs 3 compliant imports
Signed-off-by: David Mehren <git@herrmehren.de>
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>