init nav block with empty line

This commit is contained in:
ghost 2024-02-01 16:39:01 +02:00
parent 524767309f
commit 237feaf557

View File

@ -125,7 +125,10 @@ $server->setHandler(
{
if ($path = $filesystem->getPagePathByUri($matches[1]))
{
$lines = [];
// Append extra data
$lines = [
PHP_EOL
];
// Append actions header
$lines[] = sprintf(