Update wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php
authorOlaf Braun <olaf_schmitz_1@t-online.de>
Mon, 22 Jan 2024 10:45:20 +0000 (11:45 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 10:45:20 +0000 (11:45 +0100)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
wcfsetup/install/files/lib/system/html/node/HtmlNodePlainLink.class.php

index f27cc788ff000f6c6e8c0656fe12434378a4f451..dd178e67bc720e07c9e977ed760ae16a091305f9 100644 (file)
@@ -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;