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. #}
|
||||
<div id="toasts">
|
||||
<div class="toast">
|
||||
<img class="icon" width="24" height="24">
|
||||
<img class="icon" width="24" height="24" alt="icon" src="">
|
||||
<div class="content"></div>
|
||||
<span class="close button">✖</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue