Skip to content
Snippets Groups Projects
Unverified Commit a9a92a3c authored by Azan Bin Zahid's avatar Azan Bin Zahid Committed by GitHub
Browse files

Merge pull request #27001 from edx/azan/PROD-2298

disable xsslint
parents a6528c69 c20f9380
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<div class="progress-circle-wrapper">
<svg class="progress-circle" viewBox="0 0 44 44" aria-hidden="true">
<circle class="js-circle bg" r="<%- radius %>" cx="<%- x %>" cy="<%- y %>" stroke-width="<%- strokeWidth %>" fill="none"></circle>
<%= circleSegments %>
<%= circleSegments %> <% // xss-lint: disable=underscore-not-escaped %>
</svg>
<div class="progress-label">
<div class="numbers">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment