mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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
|
else
|
||||||
{
|
{
|
||||||
$line[] = sprintf(
|
$line[] = sprintf(
|
||||||
'<a href="%s" title="%s">%s</a>',
|
'<a href="%s" title="%s"><span underline="none">%s</span></a>',
|
||||||
$this->_url(
|
$this->_url(
|
||||||
$entity->getAddress()
|
$entity->getAddress()
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue