mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 08:55:28 +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(
|
||||
'<a href="%s">%s</a>',
|
||||
'<a href="%s" title="%s">%s</a>',
|
||||
$address,
|
||||
self::escape(
|
||||
urldecode(
|
||||
$address
|
||||
)
|
||||
),
|
||||
self::escape(
|
||||
$alt
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue