mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-70173 message: Fix empty link
This commit is contained in:
parent
b0b3a53521
commit
a6578dd64f
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user