diff options
Diffstat (limited to 'templates/admin_ckeditor.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/admin_ckeditor.tpl | 2 |
1 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}
|
