From 0a53bc5e050745573446b3567c67333aef277b23 Mon Sep 17 00:00:00 2001 From: Olaf Braun Date: Mon, 22 Jan 2024 11:45:20 +0100 Subject: [PATCH] Update wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php Co-authored-by: Alexander Ebert --- .../files/lib/system/html/node/HtmlNodePlainLink.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php b/wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php index f27cc788ff..dd178e67bc 100644 --- a/wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php +++ b/wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php @@ -232,7 +232,7 @@ class HtmlNodePlainLink $this->pristine = false; } - private function findBr(?\DOmNode $node, string $property): ?\DOmNode + private function findBr(?\DOMNode $node, string $property): ?\DOMNode { if ($node === null) { return null; -- 2.20.1