diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-16 10:59:08 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-16 10:59:08 +0100 |
| commit | 77934a4f2018a6f083c0ca8de0bd6dfe64934610 (patch) | |
| tree | 3d90d81144f038985fbc4f0fe0b81234956eedd2 /templates/menu_ckeditor_admin.tpl | |
| parent | 3d13d497b77227f4659b0a9fbab3c742574ce88f (diff) | |
| download | ckeditor-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.tpl | 10 |
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}
|
