mirror of
https://github.com/typemill/typemill.git
synced 2025-08-13 01:24:26 +02:00
Version 1.1.5: Switch to https and fix assets and design
This commit is contained in:
@@ -47,12 +47,12 @@ class Assets
|
||||
|
||||
public function renderCSS()
|
||||
{
|
||||
return implode('<br/>', $this->CSS) . implode('<br/>', $this->inlineCSS);
|
||||
return implode('', $this->CSS) . implode('', $this->inlineCSS);
|
||||
}
|
||||
|
||||
public function renderJS()
|
||||
{
|
||||
return implode('<br/>', $this->JS) . '<br/>' . implode('<br/>', $this->inlineJS);
|
||||
return implode('', $this->JS) . implode('', $this->inlineJS);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user