From 0f74e5dff503dc02d58e7293222d574b861340d9 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 21 Mar 2023 21:39:10 +0100 Subject: [PATCH] oops --- src/Backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Backend.php b/src/Backend.php index e58275e..e2545fa 100644 --- a/src/Backend.php +++ b/src/Backend.php @@ -58,7 +58,7 @@ class Backend extends dcNsProcess (new Div())->class('box')->items([ (new Para())->items([ (new Checkbox('simply_favicon', (bool) $blog_settings->get('system')->get('simply_favicon')))->value('1'), - (new Label(__('Enable favorite icon')))->for('simply_favicon')->class('classic'), + (new Label(__('Enable favorite icon'), Label::OUTSIDE_LABEL_AFTER))->for('simply_favicon')->class('classic'), ]), (new Note())->text(__("You must place an image called favicon.png or .jpg or .ico into your blog's public directory."))->class('form-note'), ])->render() .