fix: missing ;

This commit is contained in:
root 2026-06-16 16:47:17 +02:00
parent 9731c6ed61
commit 7c85cc545d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if ($_SESSION['log'] == 1) {
if ($config['maildirencryption']) { if ($config['maildirencryption']) {
echo '<label><p style="font-size: x-small">Schlüssel-Neuerstellung erzwingen</p><p style="font-size: small">ACHTUNG! Alle alten Mails werden dann wahrscheinlich nicht mehr lesbar sein!<input type="checkbox" name="forcekeyregen"/></p></label>'; echo '<label><p style="font-size: x-small">Schlüssel-Neuerstellung erzwingen</p><p style="font-size: small">ACHTUNG! Alle alten Mails werden dann wahrscheinlich nicht mehr lesbar sein!<input type="checkbox" name="forcekeyregen"/></p></label>';
} }
echo '<input type="submit" value="Abschicken"/></form> echo '<input type="submit" value="Abschicken"/></form>';
echo nl2br($config['connectionsettingsadvicetext']); echo nl2br($config['connectionsettingsadvicetext']);
echo '<br><br>'; echo '<br><br>';
echo nl2br($config['supportinfotext']); echo nl2br($config['supportinfotext']);