From 8f4ac5c11239673042d26bda3faa510fb565deef Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar <aliakbarit019@gmail.com> Date: Thu, 7 Jan 2021 16:40:10 +0500 Subject: [PATCH] disable xsslint --- .../teams/static/teams/templates/team-actions.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/teams/static/teams/templates/team-actions.underscore b/lms/djangoapps/teams/static/teams/templates/team-actions.underscore index b748b60c35b..682524a82e3 100644 --- a/lms/djangoapps/teams/static/teams/templates/team-actions.underscore +++ b/lms/djangoapps/teams/static/teams/templates/team-actions.underscore @@ -1,4 +1,4 @@ <div class="team-actions"> <h3 class="title"><%- gettext("Are you having trouble finding a team to join?") %></h3> - <p class="copy"><%= message %></p> -</div> \ No newline at end of file + <p class="copy"><%= message %></p> <% // xss-lint: disable=underscore-not-escaped %> +</div> -- GitLab