Skip to content

Commit 7f3d13f

Browse files
committed
Display: revert some of 38e649a changes as they generate incompatibilities with WCAG AAA
1 parent c73cdd2 commit 7f3d13f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

main/template/default/announcement/view.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="page-header">
2-
<h3>{{ "SystemAnnouncements" | get_lang }}</h3>
2+
<h4>{{ "SystemAnnouncements" | get_lang }}</h4>
33
</div>
44

55
{% if not announcement is empty %}

main/template/default/layout/hot_courses.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% if hot_courses is not null and hot_courses is not empty %}
22
<section class="hot-courses">
33
<div class="page-header">
4-
<h3>
4+
<h4>
55
{{ "HottestCourses"|get_lang}}
66
{% if _u.is_admin %}
77
<span class="pull-right">
@@ -12,7 +12,7 @@
1212
</a>
1313
</span>
1414
{% endif %}
15-
</h3>
15+
</h4>
1616
</div>
1717
<div id="list-hot-courses" class="grid-courses">
1818
<div class="row">

main/template/default/session/sessions_current.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% if hot_sessions %}
22
<section id="sessions-current" class="grid-courses">
33
<div class="page-header">
4-
<h3>
4+
<h4>
55
{{ "HottestSessions"|get_lang}}
6-
</h3>
6+
</h4>
77
</div>
88
<div class="row">
99
{% for session in hot_sessions %}

0 commit comments

Comments
 (0)