Do not make ejs escape the footer html content

This commit is contained in:
Johannes Zellner
2025-07-11 12:49:02 +02:00
parent 8b9017224f
commit fb424d28b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<script>
window.cloudron = {};
window.cloudron.name = '<%= cloudronName %>';
window.cloudron.footer = `<%= footer %>`;
window.cloudron.footer = `<%- footer %>`;
</script>
</head>