Removed useless element (div).
{{plugin-outlet}} already wraps everything.
This commit is contained in:
parent
81dc1f039d
commit
2bf8b5706f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue