Removed useless element (div).

{{plugin-outlet}} already wraps everything.
This commit is contained in:
Bianca Nenciu 2017-06-28 11:03:01 +03:00
parent 81dc1f039d
commit 2bf8b5706f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<div class="d-editor-preview-wrapper {{if forcePreview 'force-preview'}}">
<div class="d-editor-preview">
<div class="d-editor-cooked">{{{preview}}}</div>
<div class="d-editor-plugin">{{plugin-outlet name="editor-preview"}}</div>
{{plugin-outlet name="editor-preview"}}
</div>
</div>
</div>