<% tag.forEach(function(tag) { %>
<div class="badge bg-primary" style="color: <%=tag.fontcolor%>"><%= tag.name %>
<button class="deleteTag" data-id="<%=tag.id%>">X</button></div>
<% }) %>
i want to use tag.fontcolor for div style color
but i have problem like
property value expectedcss(css-propertyvalueexpected)
help me…!
>Solution :
in EJS templating, for what is not text (attributes, class, …), use the tag <%- instead of <%=