Skip to content

Commit

Permalink
MDL-70173 message: Fix empty link
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Feb 9, 2021
1 parent b0b3a53 commit a6578dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions message/templates/message_drawer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
{{$drawercontent}}
<div id="message-drawer-{{uniqid}}" class="message-app" data-region="message-drawer" role="region">
<div class="closewidget text-right pr-2">
<a class="text-dark btn-link" data-action="closedrawer" href="#">
{{#pix}} i/window_close, core, {{#str}} closebuttontitle {{/str}} {{/pix}}
<a class="text-dark btn-link" data-action="closedrawer" href="#"
title="{{#str}} closebuttontitle {{/str}}" aria-label="{{#str}} closebuttontitle {{/str}}"
>
{{#pix}} i/window_close, core {{/pix}}
</a>
</div>
<div class="header-container position-relative" data-region="header-container">
Expand Down

0 comments on commit a6578dd

Please sign in to comment.