mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 09:25:29 +00:00
add title attribute to the links tag
This commit is contained in:
parent
2cbdcbf255
commit
b0f8e62ce5
1 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue