mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-02-03 18:46:26 +00:00
add line separator
This commit is contained in:
parent
74c549c7d3
commit
c6b174c696
@ -493,11 +493,13 @@ $server->setHandler(
|
||||
// Append aliases
|
||||
if ($config->dokuwiki->url->alias)
|
||||
{
|
||||
$lines[] = null;
|
||||
$lines[] = sprintf(
|
||||
'## %s',
|
||||
$config->string->alias
|
||||
);
|
||||
|
||||
$lines[] = null;
|
||||
foreach ($config->dokuwiki->url->alias as $base => $name)
|
||||
{
|
||||
$lines[] = sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user