Improve handling of custom editor styles in the backend
This commit is contained in:
parent
baecc2c1e6
commit
a9a2c6e83b
|
|
@ -9,6 +9,6 @@
|
|||
<?php endif ?>
|
||||
<?php if (EditorSetting::isConfigured()): ?>
|
||||
<style>
|
||||
<?= EditorSetting::renderCss() ?>
|
||||
<?= strip_tags(EditorSetting::renderCss()) ?>
|
||||
</style>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue