Merge branch 'MDL-67968-master' of git://github.com/rezaies/moodle

This commit is contained in:
Sara Arjona 2020-03-09 18:16:56 +01:00
commit cd717e8ba8
10 changed files with 72 additions and 52 deletions

View file

@ -46,7 +46,7 @@
<thead>
<tr>
{{# daynames }}
<th class="header text-xs-center">
<th class="header text-xs-center" aria-label="{{fullname}}">
{{shortname}}
</th>
{{/ daynames }}

View file

@ -78,8 +78,8 @@
<thead>
<tr>
{{# daynames }}
<th class="header text-xs-center" scope="col">
<abbr title="{{fullname}}">{{shortname}}</abbr>
<th class="header text-xs-center" scope="col" aria-label="{{fullname}}">
{{shortname}}
</th>
{{/ daynames }}
</tr>