summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:49:08 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:49:08 +0100
commit0227c8d830b8c7d58ef628a32dffc1e116feb727 (patch)
tree89a25c81b9f4da345557236b7e48d5e106dae0f0 /templates
parent6f8d642060d9e9112cdafaede4b2ea28a2e22ce3 (diff)
downloadckeditor-0227c8d830b8c7d58ef628a32dffc1e116feb727.tar.gz
ckeditor-0227c8d830b8c7d58ef628a32dffc1e116feb727.tar.bz2
ckeditor-0227c8d830b8c7d58ef628a32dffc1e116feb727.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rwxr-xr-x[-rw-r--r--]templates/admin_ckeditor.tpl2
-rwxr-xr-x[-rw-r--r--]templates/footer_inc.tpl0
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_ckeditor.tpl b/templates/admin_ckeditor.tpl
index e3a0675..dbfc18a 100644..100755
--- a/templates/admin_ckeditor.tpl
+++ b/templates/admin_ckeditor.tpl
@@ -6,7 +6,7 @@
<div class="form-group">
{forminput label="checkbox"}
{html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {tr}{$output.label}{/tr}
- {formhelp note=$output.note page=$output.page}
+ {formhelp note=$output.note page=$output.page ?? ''}
{/forminput}
</div>
{/foreach}
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl
index feb79bd..feb79bd 100644..100755
--- a/templates/footer_inc.tpl
+++ b/templates/footer_inc.tpl