Commit 3aff7702 by Christine Lytwynec

Remove unicode quotes in courseware html attrs

parent c45b8a17
...@@ -198,7 +198,7 @@ ${fragment.foot_html()} ...@@ -198,7 +198,7 @@ ${fragment.foot_html()}
</div> </div>
% endif % 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 \ % if getattr(course, 'entrance_exam_enabled') and \
getattr(course, 'entrance_exam_minimum_score_pct') and \ getattr(course, 'entrance_exam_minimum_score_pct') and \
entrance_exam_current_score is not UNDEFINED: entrance_exam_current_score is not UNDEFINED:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment