Invalid certificate page has hardcoded lang='en' for html, that would cause a11y issue for other languages user. Some of screen reader text is not under translation. This patch would fix both issues. LEARNER-3110
9 lines
223 B
HTML
9 lines
223 B
HTML
<%page expression_filter="h"/>
|
|
<div class="wrapper-introduction">
|
|
<section class="introduction">
|
|
<h2 class="introduction-copy hd-2 emphasized">
|
|
${document_banner}
|
|
</h2>
|
|
</section>
|
|
</div>
|