From 007000f0abb520afbc43fe017f9001c847ee0698 Mon Sep 17 00:00:00 2001 From: Zachary Trabookis Date: Mon, 5 Jun 2023 10:30:21 -0400 Subject: [PATCH] fix: Quality tests for `./scripts/xss-commit-linter.sh`. --- lms/templates/dashboard/_dashboard_course_listing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index b6abb4f6916c..6389702001c7 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -128,7 +128,7 @@

${course_overview.display_org_with_default} - ${course_overview.display_number_with_default} - - ${course_overview.location.run | h} + ${course_overview.location.run} <% enrollment_date = course_overview.self_paced and enrollment and enrollment.created if course_overview.start_date_is_still_default: @@ -201,7 +201,7 @@

% endif % if course_overview.revision_number: - Version: ${course_overview.revision_number | h} + Version: ${course_overview.revision_number} % endif