mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
decode url in alt
This commit is contained in:
parent
3677e090c4
commit
3d86054f91
1 changed files with 3 additions and 1 deletions
|
|
@ -156,7 +156,9 @@ class Pango
|
|||
{
|
||||
if (!$alt = $link->getDate())
|
||||
{
|
||||
$alt = $address;
|
||||
$alt = urldecode(
|
||||
$address
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue