diff --git a/src/component/consent/template/ejs/placeholder.ejs b/src/component/consent/template/ejs/placeholder.ejs index b86a15aed..9f1e18bf8 100644 --- a/src/component/consent/template/ejs/placeholder.ejs +++ b/src/component/consent/template/ejs/placeholder.ejs @@ -24,7 +24,7 @@ button.markup = 'button'; %>
<%- includeAttrs(attributes) %>> - <% if (consent.title) { %>

<%= consent.title %>

<% } %> + <% if (consent.title) { %>

<%= consent.title %>

<% } %> <% if (consent.body) { %>

<%- consent.body %>

<% } %> <%- include('../../../button/template/ejs/button.ejs', {button: button}); %>