Improve handling of custom editor styles in the backend

This commit is contained in:
Luke Towers 2020-10-20 15:35:27 -06:00
parent baecc2c1e6
commit a9a2c6e83b

View File

@ -9,6 +9,6 @@
<?php endif ?>
<?php if (EditorSetting::isConfigured()): ?>
<style>
<?= EditorSetting::renderCss() ?>
<?= strip_tags(EditorSetting::renderCss()) ?>
</style>
<?php endif ?>