Merge pull request #9664 from edx/clytwynec/AC-166
Remove unicode quotes in courseware html attrs
This commit is contained in:
@@ -198,7 +198,7 @@ ${fragment.foot_html()}
|
||||
|
||||
</div>
|
||||
% endif
|
||||
<section class="course-content" id="course-content" role="main" aria-label=“Content”>
|
||||
<section class="course-content" id="course-content" role="main" aria-label="Content">
|
||||
% if getattr(course, 'entrance_exam_enabled') and \
|
||||
getattr(course, 'entrance_exam_minimum_score_pct') and \
|
||||
entrance_exam_current_score is not UNDEFINED:
|
||||
|
||||
Reference in New Issue
Block a user