mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix additional css script (#1304)
This commit is contained in:
committed by
Yuri Kuznetsov
parent
a226242e69
commit
5d19b1bb72
@@ -118,7 +118,7 @@ class ClientManager
|
||||
$additionalStyleSheetsHtml = '';
|
||||
foreach ($cssFileList as $cssFile) {
|
||||
$src = $this->basePath . $cssFile . '?r=' . $cacheTimestamp;
|
||||
$additionalStyleSheetsHtml .= "\n <link rel=\"stylesheet\" src=\"{$src}\">";
|
||||
$additionalStyleSheetsHtml .= "\n <link rel=\"stylesheet\" href=\"{$src}\">";
|
||||
}
|
||||
|
||||
$data = [
|
||||
|
||||
Reference in New Issue
Block a user