mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-67968-master' of git://github.com/rezaies/moodle
This commit is contained in:
commit
cd717e8ba8
10 changed files with 72 additions and 52 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue