mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
Add another newline before custom footer HTML
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user