From: Alexander Ebert Date: Sun, 29 Nov 2020 19:47:54 +0000 (+0100) Subject: Incorrect element type X-Git-Tag: 5.4.0_Alpha_1~571^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b7a397b6a849458a69598cf5eb8da5975f149b82;p=GitHub%2FWoltLab%2FWCF.git Incorrect element type --- diff --git a/wcfsetup/install/files/ts/WoltLabSuite/Core/Acp/Ui/Option/EmailSmtpTest.ts b/wcfsetup/install/files/ts/WoltLabSuite/Core/Acp/Ui/Option/EmailSmtpTest.ts index 9be7ad96bf..8c1bc4ae5f 100644 --- a/wcfsetup/install/files/ts/WoltLabSuite/Core/Acp/Ui/Option/EmailSmtpTest.ts +++ b/wcfsetup/install/files/ts/WoltLabSuite/Core/Acp/Ui/Option/EmailSmtpTest.ts @@ -21,7 +21,7 @@ interface AjaxResponse { class EmailSmtpTest implements AjaxCallbackObject { private readonly buttonRunTest: HTMLAnchorElement; - private readonly container: HTMLDivElement; + private readonly container: HTMLDListElement; constructor() { let smtpCheckbox: HTMLInputElement | null = null;