mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-01-24 22:04:35 +00:00
remove extra padding
This commit is contained in:
parent
d9b2e24a99
commit
e6a653bfd9
@ -243,7 +243,6 @@ $server->setHandler(
|
||||
];
|
||||
|
||||
// Append page title
|
||||
$lines[] = null;
|
||||
$lines[] = sprintf(
|
||||
'# %s - %s',
|
||||
$config->string->search,
|
||||
@ -590,7 +589,6 @@ $server->setHandler(
|
||||
}
|
||||
|
||||
// Append header
|
||||
$lines[] = null;
|
||||
$lines[] = sprintf(
|
||||
'# %s',
|
||||
empty($h1[0]) ? $config->string->welcome : implode(' ', $h1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user