add title attribute to the links tag

This commit is contained in:
yggverse 2024-04-16 19:46:39 +03:00
parent 2cbdcbf255
commit b0f8e62ce5

View File

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