Do not make ejs escape the footer html content
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<script>
|
||||
window.cloudron = {};
|
||||
window.cloudron.name = '<%= cloudronName %>';
|
||||
window.cloudron.footer = `<%= footer %>`;
|
||||
window.cloudron.footer = `<%- footer %>`;
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user