mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add comment
This commit is contained in:
parent
e02e8f71bd
commit
d825e3b25a
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
|
||||||
int $width = self::WRAP_WIDTH
|
int $width = self::WRAP_WIDTH
|
||||||
): string
|
): string
|
||||||
{
|
{
|
||||||
return self::_wrap(
|
return self::_wrap( // @TODO slow
|
||||||
htmlspecialchars(
|
htmlspecialchars(
|
||||||
$value
|
$value
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue