]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/markdown-editor.blade.php
Fixed no md editor preview in FireFox
[bookstack] / resources / views / pages / markdown-editor.blade.php
index d4f6323b01188538f1919c3453bb8d32e54c45e0..e39f39fc2765a27a68faed7a52f3d32ff866209d 100644 (file)
@@ -28,7 +28,7 @@
         <div class="editor-toolbar">
             <div class="editor-toolbar-label">{{ trans('entities.pages_md_preview') }}</div>
         </div>
-        <iframe class="markdown-display" sandbox="allow-same-origin"></iframe>
+        <iframe srcdoc="" class="markdown-display" sandbox="allow-same-origin"></iframe>
     </div>
     <input type="hidden" name="html"/>