mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 09:45:31 +00:00
add line separator
This commit is contained in:
parent
74c549c7d3
commit
c6b174c696
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue