mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 17:55:36 +00:00
fix section name separator
This commit is contained in:
parent
03f0f767ef
commit
b0bdce7d5b
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ $server->setHandler(
|
|||
// Append header
|
||||
$lines[] = sprintf(
|
||||
'# %s',
|
||||
empty($h1[0]) ? $config->string->welcome : implode(' - ', $h1)
|
||||
empty($h1[0]) ? $config->string->welcome : implode(' ', $h1)
|
||||
);
|
||||
|
||||
// Get children sections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue