mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove underline decoration from gemtext links
This commit is contained in:
parent
3432a86c1b
commit
feb3f0392a
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class Gemtext extends Markup
|
|||
else
|
||||
{
|
||||
$line[] = sprintf(
|
||||
'<a href="%s" title="%s">%s</a>',
|
||||
'<a href="%s" title="%s"><span underline="none">%s</span></a>',
|
||||
$this->_url(
|
||||
$entity->getAddress()
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue