mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-01-24 22:04:35 +00:00
init nav block with empty line
This commit is contained in:
parent
524767309f
commit
237feaf557
@ -125,7 +125,10 @@ $server->setHandler(
|
||||
{
|
||||
if ($path = $filesystem->getPagePathByUri($matches[1]))
|
||||
{
|
||||
$lines = [];
|
||||
// Append extra data
|
||||
$lines = [
|
||||
PHP_EOL
|
||||
];
|
||||
|
||||
// Append actions header
|
||||
$lines[] = sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user