mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix links escape
This commit is contained in:
parent
518dd5ced1
commit
8f0e1ffcd6
1 changed files with 4 additions and 2 deletions
|
|
@ -130,8 +130,10 @@ class Gemtext extends Markup
|
|||
{
|
||||
$line[] = sprintf(
|
||||
'<a href="%s" title="%s"><span underline="none">%s</span></a>',
|
||||
$this->_url(
|
||||
$entity->getAddress()
|
||||
htmlspecialchars(
|
||||
$this->_url(
|
||||
$entity->getAddress()
|
||||
)
|
||||
),
|
||||
htmlspecialchars(
|
||||
$entity->getAddress()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue