decode url in alt

This commit is contained in:
yggverse 2024-04-16 20:32:24 +03:00
parent 3677e090c4
commit 3d86054f91

View File

@ -156,7 +156,9 @@ class Pango
{
if (!$alt = $link->getDate())
{
$alt = $address;
$alt = urldecode(
$address
);
}
}