summaryrefslogtreecommitdiff
path: root/templates/menu_ckeditor_admin.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-16 10:59:08 +0100
committerlsces <lester@lsces.co.uk>2026-04-16 10:59:08 +0100
commit77934a4f2018a6f083c0ca8de0bd6dfe64934610 (patch)
tree3d90d81144f038985fbc4f0fe0b81234956eedd2 /templates/menu_ckeditor_admin.tpl
parent3d13d497b77227f4659b0a9fbab3c742574ce88f (diff)
downloadckeditor-77934a4f2018a6f083c0ca8de0bd6dfe64934610.tar.gz
ckeditor-77934a4f2018a6f083c0ca8de0bd6dfe64934610.tar.bz2
ckeditor-77934a4f2018a6f083c0ca8de0bd6dfe64934610.zip
PHP8.4 style tweaks
Diffstat (limited to 'templates/menu_ckeditor_admin.tpl')
-rwxr-xr-x[-rw-r--r--]templates/menu_ckeditor_admin.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/menu_ckeditor_admin.tpl b/templates/menu_ckeditor_admin.tpl
index b018811..74280e4 100644..100755
--- a/templates/menu_ckeditor_admin.tpl
+++ b/templates/menu_ckeditor_admin.tpl
@@ -1,5 +1,5 @@
-{strip}
-<ul class="{$packageMenuClass}">
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">CKEditor Settings</a></li>
-</ul>
-{/strip}
+{strip}
+<ul class="{$packageMenuClass}">
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">CKEditor Settings</a></li>
+</ul>
+{/strip}