diff --git a/lms/templates/components/card/card.underscore b/lms/templates/components/card/card.underscore index 178d102b29..06e8483ea0 100644 --- a/lms/templates/components/card/card.underscore +++ b/lms/templates/components/card/card.underscore @@ -6,7 +6,7 @@ <% } %>

- aria-describedby="<%= srInfo.id %>" + aria-describedby="<%- srInfo.id %>" <% } %> ><%- title %>

@@ -17,7 +17,8 @@
- <%= action_content %> + <% // xss-lint: disable=underscore-not-escaped %> + <%= action_content %>
<% } else { %> @@ -28,14 +29,15 @@ <% } %>

- aria-describedby="<%= srInfo.id %>" + aria-describedby="<%- srInfo.id %>" <% } %> ><%- title %>

<%- description %>

- <%= action_content %> + <% // xss-lint: disable=underscore-not-escaped %> + <%= action_content %>