mirror of
https://github.com/YGGverse/next.git
synced 2026-04-02 02:35:30 +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(
|
$links[] = sprintf(
|
||||||
'=> %s/',
|
'=> %s/',
|
||||||
$link
|
urlencode(
|
||||||
|
$link
|
||||||
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -235,7 +237,9 @@ $server->start(
|
||||||
{
|
{
|
||||||
$links[] = sprintf(
|
$links[] = sprintf(
|
||||||
'=> %s',
|
'=> %s',
|
||||||
$link
|
urlencode(
|
||||||
|
$link
|
||||||
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue