From 57823e16dccc841accc254c2eaeea47fd3d402bc Mon Sep 17 00:00:00 2001 From: uzairr Date: Fri, 21 Aug 2020 13:04:48 +0500 Subject: [PATCH] fix xss in transcript import template PROD-2018 --- .../messages/transcripts-import.underscore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cms/templates/js/video/transcripts/messages/transcripts-import.underscore b/cms/templates/js/video/transcripts/messages/transcripts-import.underscore index 7cc544488c..5229466112 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-import.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-import.underscore @@ -1,16 +1,16 @@ -
<%= gettext("No EdX Timed Transcript") %>
+
<%- gettext("No EdX Timed Transcript") %>

-<%= gettext("EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.") %> +<%- gettext("EdX doesn't have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.") %>

- -