mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use tag const
This commit is contained in:
parent
7f1bded9b9
commit
f06d1cdd27
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
|
||||||
): string
|
): string
|
||||||
{
|
{
|
||||||
return sprintf(
|
return sprintf(
|
||||||
'<a href="%s" title="%s"><span underline="none">%s</span></a>',
|
self::TAG_LINK,
|
||||||
self::_escape(
|
self::_escape(
|
||||||
$href
|
$href
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue