fix section name separator

This commit is contained in:
ghost 2024-02-02 22:38:45 +02:00
parent 03f0f767ef
commit b0bdce7d5b

View file

@ -356,7 +356,7 @@ $server->setHandler(
// Append header // Append header
$lines[] = sprintf( $lines[] = sprintf(
'# %s', '# %s',
empty($h1[0]) ? $config->string->welcome : implode(' - ', $h1) empty($h1[0]) ? $config->string->welcome : implode(' ', $h1)
); );
// Get children sections // Get children sections