Add alt and src attribute to toas icon img
This commit is contained in:
parent
9c755c6487
commit
f23fd2b832
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{# Needed by the frontend toast module. #}
|
{# Needed by the frontend toast module. #}
|
||||||
<div id="toasts">
|
<div id="toasts">
|
||||||
<div class="toast">
|
<div class="toast">
|
||||||
<img class="icon" width="24" height="24">
|
<img class="icon" width="24" height="24" alt="icon" src="">
|
||||||
<div class="content"></div>
|
<div class="content"></div>
|
||||||
<span class="close button">✖</span>
|
<span class="close button">✖</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue