Fixed markdown issue in markdown notifications

This commit is contained in:
snipe 2020-09-11 17:12:33 -07:00
parent cf545f0ed1
commit ac2403e8fc
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -1,13 +1,13 @@
<table class="panel" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="panel-content">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="panel-item">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="panel-content">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="panel-item">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
</table>