mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-03-13 06:01:58 +00:00
decode url in alt
This commit is contained in:
parent
3677e090c4
commit
3d86054f91
@ -156,7 +156,9 @@ class Pango
|
|||||||
{
|
{
|
||||||
if (!$alt = $link->getDate())
|
if (!$alt = $link->getDate())
|
||||||
{
|
{
|
||||||
$alt = $address;
|
$alt = urldecode(
|
||||||
|
$address
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user