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