Skip to content

Commit

Permalink
fix iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
axyr committed Jul 1, 2024
1 parent aa2aa7a commit 9f71971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tabs/html.blade.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<iframe class="w-full h-full border-0" style="flex-grow: 1;" srcdoc="{{ htmlspecialchars($email->html(), ENT_QUOTES | ENT_HTML5, 'UTF-8') }}"></iframe>
<iframe class="w-full h-full border-0" style="flex-grow: 1;" srcdoc="{!! htmlspecialchars($email->html(), ENT_QUOTES | ENT_HTML5, 'UTF-8') !!}"></iframe>

0 comments on commit 9f71971

Please sign in to comment.