mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 09:45:31 +00:00
fix search page aliases
This commit is contained in:
parent
6c5b90c71f
commit
53dc94d107
1 changed files with 1 additions and 2 deletions
|
|
@ -321,9 +321,8 @@ $server->setHandler(
|
||||||
foreach ($config->dokuwiki->url->alias as $base => $name)
|
foreach ($config->dokuwiki->url->alias as $base => $name)
|
||||||
{
|
{
|
||||||
$lines[] = sprintf(
|
$lines[] = sprintf(
|
||||||
'=> %s/%s %s',
|
'=> %s %s',
|
||||||
$base,
|
$base,
|
||||||
$matches[1],
|
|
||||||
$name
|
$name
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue