Skip to content

Commit

Permalink
MDL-64173 block_myoverview: remove heading class from course title
Browse files Browse the repository at this point in the history
Using <h4> on the course name titles is symantically incorrect
To align with the other views the heading tag has been removed.
  • Loading branch information
Bas Brands committed Nov 25, 2018
1 parent 599703e commit 02383d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/myoverview/templates/view-summary.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{{> core_course/favouriteicon }}
<a href="{{viewurl}}" class="coursename">
<span class="sr-only">{{#str}}aria:coursename, core_course{{/str}}</span>
<h4 class="d-inline">{{{fullname}}}</h4>
{{{fullname}}}
</a>
</div>
{{> block_myoverview/course-action-menu }}
Expand Down

0 comments on commit 02383d7

Please sign in to comment.