mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-01-26 06:45:09 +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]))
|
if ($path = $filesystem->getPagePathByUri($matches[1]))
|
||||||
{
|
{
|
||||||
$lines = [];
|
// Append extra data
|
||||||
|
$lines = [
|
||||||
|
PHP_EOL
|
||||||
|
];
|
||||||
|
|
||||||
// Append actions header
|
// Append actions header
|
||||||
$lines[] = sprintf(
|
$lines[] = sprintf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user