Remove alt_text placeholder text
This commit is contained in:
parent
18f4fda038
commit
90f6038550
2 changed files with 2 additions and 2 deletions
|
|
@ -152,7 +152,7 @@
|
|||
<div class="dark-bg"
|
||||
style="background-color:#f9f9f9; padding-bottom: 20px; margin-top:20px;">
|
||||
@if($logo && strpos($logo, 'blank.png') === false)
|
||||
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt="alt_text" border="0" style="width: 50%; max-width: 570px; height: auto; display: block;" class="g-img">
|
||||
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt=" " border="0" style="width: 50%; max-width: 570px; height: auto; display: block;" class="g-img">
|
||||
@endif
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@
|
|||
<td align="center" cellpadding="20">
|
||||
<div style="border: 1px solid #c2c2c2; border-bottom: none; padding-bottom: 10px; border-top-left-radius: 3px; border-top-right-radius: 3px;">
|
||||
@if($logo && strpos($logo, 'blank.png') === false)
|
||||
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt="alt_text" border="0" style="width: 50%; max-width: 570px; display: block;">
|
||||
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt=" " border="0" style="width: 50%; max-width: 570px; display: block;">
|
||||
@endif
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue