瀏覽代碼

Update mail panel blade view, fix markdown bug

Daniel Supernault 5 年之前
父節點
當前提交
cbc63b048e
共有 1 個文件被更改,包括 11 次插入11 次删除
  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">
 <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>
 </table>