mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-03-13 06:01:58 +00:00
add title attribute to the links tag
This commit is contained in:
parent
2cbdcbf255
commit
b0f8e62ce5
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user