Skip to content

Commit 38667da

Browse files
committed
fixed unexpected identifier error in error.ejs
1 parent 9455c98 commit 38667da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/error.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<nav>
2+
<% include partials/header %>
3+
</nav>
14

25
<!doctype html>
36
<html>
@@ -6,9 +9,6 @@
69
<% include partials/head %>
710
</head>
811
<body>
9-
<nav>
10-
<% include partials/header %>
11-
</nav>
1212

1313
<div id="content">
1414
<content>

0 commit comments

Comments
 (0)