]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/wysiwyg-editor.blade.php
Checked over recycle bin parent/child flows
[bookstack] / resources / views / pages / wysiwyg-editor.blade.php
index 2804612cd1a926fced06c706304d21c6154d0b2f..3bc85caa9d57a749128fad5f3cb9de02f57035d9 100644 (file)
@@ -7,7 +7,7 @@
         'errors.image_upload_error',
     ])
 
-    <textarea id="html-editor"  name="html" rows="5" v-pre
+    <textarea id="html-editor"  name="html" rows="5"
           @if($errors->has('html')) class="text-neg" @endif>@if(isset($model) || old('html')){{ old('html') ? old('html') : $model->html }}@endif</textarea>
 </div>