From 7c85cc545dba0a8c8bbeea958f1abc580701d1da Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Jun 2026 16:47:17 +0200 Subject: [PATCH] fix: missing ; --- public/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/settings.php b/public/settings.php index 62e9762..1dfeef9 100644 --- a/public/settings.php +++ b/public/settings.php @@ -60,7 +60,7 @@ if ($_SESSION['log'] == 1) { if ($config['maildirencryption']) { echo ''; } - echo ' + echo ''; echo nl2br($config['connectionsettingsadvicetext']); echo '

'; echo nl2br($config['supportinfotext']);