mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 12:17:22 +01:00
Fixed formatting bug
This commit is contained in:
parent
75d7e84567
commit
8639c44fa8
@ -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);
|
||||
?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user