From f5904d122339b4f364145121ed84bf10b9e8b57b Mon Sep 17 00:00:00 2001 From: Haftamu Kebede <54979169+haftamuk@users.noreply.github.com> Date: Sat, 2 Aug 2025 04:10:57 +0300 Subject: [PATCH] fix: Download Handout link in a video component overlaying over the video After applying a "download" property on html5 anchor tag, Download Handout link in a video component initiates a direct download instead of overlaying over the video. Fixed issue: https://github.com/openedx/edx-platform/issues/37081 --- lms/templates/video.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/video.html b/lms/templates/video.html index 1d5a12d07c..30ea04444e 100644 --- a/lms/templates/video.html +++ b/lms/templates/video.html @@ -144,7 +144,7 @@ {% if handout %}