Skip to content

Commit

Permalink
MDL-70829 tool_lp: Add empty alt text for decorative image
Browse files Browse the repository at this point in the history
* The decorative image for the course modules in the user competency
summary modal is missing an empty alt text.
  • Loading branch information
junpataleta committed Apr 12, 2024
1 parent 49a37d1 commit da52f35
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@
<p>
<ul class="inline list-inline">
{{#coursemodules}}
<li class="list-inline-item"><a href="{{url}}"><img class="icon" src="{{iconurl}}"> {{name}} </a></li>
<li class="list-inline-item"><a href="{{url}}"><img class="icon" src="{{iconurl}}" alt=""> {{name}} </a></li>
{{/coursemodules}}
{{^coursemodules}}
<li class="list-inline-item"><span class="alert">{{#str}}noactivities, tool_lp{{/str}}</span></li>
Expand Down

0 comments on commit da52f35

Please sign in to comment.