Skip to content

Commit

Permalink
Merge pull request openedx#24828 from edx/aakbar/PROD-1599
Browse files Browse the repository at this point in the history
disable xsslint on program_header_view
  • Loading branch information
Ali-D-Akbar authored Aug 24, 2020
2 parents 21edb9f + 3c5f827 commit 3e85e1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="program-details-header">
<div class="meta-info grid-container">
<% if (logo) { %>
<% // xss-lint: disable=underscore-not-escaped %>
<span aria-label="<%- gettext(programData.type) %>" class="<%- programData.type.toLowerCase() %> program-details-icon"><%= logo %></span>
<% } %>
<h2 class="hd-1 program-title"><%- programData.title %></h2>
Expand Down

0 comments on commit 3e85e1f

Please sign in to comment.