mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +08:00
Add another newline before custom footer HTML
This commit is contained in:
parent
0d8dfabbb3
commit
048c0a21c3
|
@ -382,11 +382,7 @@ class FrontendView
|
||||||
|
|
||||||
protected function buildFootContent($customFooterHtml)
|
protected function buildFootContent($customFooterHtml)
|
||||||
{
|
{
|
||||||
$html = implode("\n", $this->foot);
|
return implode("\n", $this->foot) . "\n" . $customFooterHtml;
|
||||||
|
|
||||||
$html .= $customFooterHtml;
|
|
||||||
|
|
||||||
return $html;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user