Browse Source

Update mail panel blade view, fix markdown bug

Daniel Supernault 5 years ago
parent
commit
cbc63b048e
1 changed files with 11 additions and 11 deletions
  1. 11 11
      resources/views/vendor/mail/html/panel.blade.php

+ 11 - 11
resources/views/vendor/mail/html/panel.blade.php

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