Skip to content

Commit 54e8cb9

Browse files
Обновление
1 parent d69fb5d commit 54e8cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CmsSeoComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ public function bootstrap($application)
897897
$replaces = [];
898898

899899
if ($this->header_content) {
900-
$replaces["</head>"] = "\n\r".$this->header_content."\n\r</head>";
900+
$replaces["</head>"] = "".trim(((string) $this->header_content))."</head>";
901901
}
902902

903903

0 commit comments

Comments
 (0)