Skip to content

Commit

Permalink
fix: Quality tests for ./scripts/xss-commit-linter.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ztraboo authored and becdavid committed Jan 23, 2024
1 parent 5a4d59a commit 007000f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lms/templates/dashboard/_dashboard_course_listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3 class="course-title" id="course-title-${enrollment.course_id}">
<div class="course-info">
<span class="info-university">${course_overview.display_org_with_default} - </span>
<span class="info-course-id">${course_overview.display_number_with_default} - </span>
<span class="info-course-run">${course_overview.location.run | h}</span>
<span class="info-course-run">${course_overview.location.run}</span>
<%
enrollment_date = course_overview.self_paced and enrollment and enrollment.created
if course_overview.start_date_is_still_default:
Expand Down Expand Up @@ -201,7 +201,7 @@ <h3 class="course-title" id="course-title-${enrollment.course_id}">
% endif
% if course_overview.revision_number:
<span class="info-version-block-container">
<span class="info-version-block">Version: ${course_overview.revision_number | h}</span>
<span class="info-version-block">Version: ${course_overview.revision_number}</span>
</span>
% endif
</div>
Expand Down

0 comments on commit 007000f

Please sign in to comment.