diff options
author | Cheng-Han, Wu | 2016-04-20 18:17:09 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-04-20 18:17:09 +0800 |
commit | b823ed1d7cf5c9cf1f0ac4e83bbac6476c48e33b (patch) | |
tree | ede92d5836747a1fc1f42ea33223c333f86ff851 /public | |
parent | 15b5252fcbad260cc3f4718c8e1cdb754d566838 (diff) |
Fix that error page no need to load foot template
Diffstat (limited to '')
-rw-r--r-- | public/views/error.ejs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/views/error.ejs b/public/views/error.ejs index 255c6ee7..402b5eb0 100644 --- a/public/views/error.ejs +++ b/public/views/error.ejs @@ -16,5 +16,4 @@ <%- include footer %> </body> -</html> -<%- include foot %>
\ No newline at end of file +</html>
\ No newline at end of file |