mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:23:41 +08:00
Add another newline before custom footer HTML
This commit is contained in:
parent
6dc96b38af
commit
0380536cb4
@ -382,11 +382,7 @@ class FrontendView
|
||||
|
||||
protected function buildFootContent($customFooterHtml)
|
||||
{
|
||||
$html = implode("\n", $this->foot);
|
||||
|
||||
$html .= $customFooterHtml;
|
||||
|
||||
return $html;
|
||||
return implode("\n", $this->foot) . "\n" . $customFooterHtml;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user