mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 09:45:31 +00:00
init nav block with empty line
This commit is contained in:
parent
524767309f
commit
237feaf557
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue