mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 17:55:34 +00:00
urlencode liting entities
This commit is contained in:
parent
348d4940d3
commit
d97524c7ce
1 changed files with 6 additions and 2 deletions
|
|
@ -226,7 +226,9 @@ $server->start(
|
|||
{
|
||||
$links[] = sprintf(
|
||||
'=> %s/',
|
||||
$link
|
||||
urlencode(
|
||||
$link
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -235,7 +237,9 @@ $server->start(
|
|||
{
|
||||
$links[] = sprintf(
|
||||
'=> %s',
|
||||
$link
|
||||
urlencode(
|
||||
$link
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue