summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/footer_inc.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl
index feb79bd..9a801d6 100755
--- a/templates/footer_inc.tpl
+++ b/templates/footer_inc.tpl
@@ -2,6 +2,7 @@
{if $gBitUser->isRegistered() }
<script nonce="{$cspNonce}">
CKEDITOR.replace( '{$smarty.const.LIBERTY_TEXT_AREA}', {
+ extraAllowedContent: 'pre(bwcode)[data-bwcode-params]',
toolbarGroups: [
{if $gBitSystem->getConfig('ckedit_toolbars') eq 'Full'}
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },