Fixed formatting bug

This commit is contained in:
Julian Prieber 2022-06-08 16:45:03 +02:00
parent 75d7e84567
commit 8639c44fa8
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<?php
$analyticsHTML = Config::get('meta.analytics');
$analyticsHTML = preg_replace("~<!--(.*?)-->~s", "", $analyticsHTML);
$analyticsHTML = preg_replace('/[ \t]+/', ' ', preg_replace('/\s\S*$^\s\S*/m', "\n", $analyticsHTML));
$analyticsHTML = trim($analyticsHTML);
?>