Browse Source

decode url in alt

main
yggverse 7 months ago
parent
commit
3d86054f91
  1. 4
      src/Pango.php

4
src/Pango.php

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

Loading…
Cancel
Save