summaryrefslogtreecommitdiff
path: root/public/views/index/footer.ejs
diff options
context:
space:
mode:
authorYannick Bungers2021-02-13 20:03:45 +0100
committerGitHub2021-02-13 20:03:45 +0100
commitb01421c470c729eefaf89e43bae67d54c4b03c6e (patch)
treeb6d8dd775ad2e4a13504596d11a6d7ff90e72f3b /public/views/index/footer.ejs
parent7c6abe09b74bd1b6f60c7e042c22b3cb6110813b (diff)
parentb468fb623b055ea6f105b40289d708023e59a07e (diff)
Merge pull request #841 from hedgedoc/renovate/master-ejs-3.x
Diffstat (limited to 'public/views/index/footer.ejs')
-rw-r--r--public/views/index/footer.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/index/footer.ejs b/public/views/index/footer.ejs
index 638f4930..c9532f6d 100644
--- a/public/views/index/footer.ejs
+++ b/public/views/index/footer.ejs
@@ -6,7 +6,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.2/select2.min.js" integrity="sha256-HzzZFiY4t0PIv02Tm8/R3CVvLpcjHhO1z/YAUCp4oQ4=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment-with-locales.min.js" integrity="sha256-vvT7Ok9u6GbfnBPXnbM6FVDEO8E1kTdgHOFZOAXrktA=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.8/validator.min.js" integrity="sha256-LHeY7YoYJ0SSXbCx7sR14Pqna+52moaH3bhv0Mjzd/M=" crossorigin="anonymous" defer></script>
-<%- include ../build/cover-scripts %>
+<%- include('../build/cover-scripts') %>
<% } else { %>
-<%- include ../build/cover-pack-scripts %>
-<% } %> \ No newline at end of file
+<%- include('../build/cover-pack-scripts') %>
+<% } %>