Upgrade to 3.8.4

This commit is contained in:
Bastian Allgeier
2023-01-10 09:58:43 +01:00
parent 7f6e78ab3b
commit 0ebe0c7b16
35 changed files with 145 additions and 164 deletions

View File

@@ -660,7 +660,7 @@ class Dom
$metaTag = $this->doc->createElement('meta');
$metaTag->setAttribute('http-equiv', 'Content-Type');
$metaTag->setAttribute('content', 'text/html; charset=utf-8');
$metaTag->setAttribute('id', $metaId = Str::random(10));
$metaTag->setAttribute('id', Str::random(10));
$this->doc->insertBefore($metaTag, $this->doc->documentElement);
if (