Browse Source

add title attribute to the links tag

main
yggverse 1 month ago
parent
commit
b0f8e62ce5
  1. 7
      src/Pango.php

7
src/Pango.php

@ -161,8 +161,13 @@ class Pango @@ -161,8 +161,13 @@ class Pango
}
$lines[$index] = sprintf(
'<a href="%s">%s</a>',
'<a href="%s" title="%s">%s</a>',
$address,
self::escape(
urldecode(
$address
)
),
self::escape(
$alt
)

Loading…
Cancel
Save