From: Olaf Braun Date: Mon, 22 Jan 2024 10:45:20 +0000 (+0100) Subject: Update wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php X-Git-Tag: 6.0.7_dev_1~7^2~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0a53bc5e050745573446b3567c67333aef277b23;p=GitHub%2FWoltLab%2FWCF.git Update wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php Co-authored-by: Alexander Ebert --- 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;