mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
rename variable
This commit is contained in:
parent
5b3f0c2497
commit
acb54dc28e
1 changed files with 2 additions and 2 deletions
|
|
@ -174,11 +174,11 @@ class Markup implements \Yggverse\Yoda\Interface\Model\Gtk\Pango\Markup
|
||||||
{
|
{
|
||||||
if (isset($words[$line]))
|
if (isset($words[$line]))
|
||||||
{
|
{
|
||||||
$try = implode(
|
$markup = implode(
|
||||||
' ' , $words[$line]
|
' ' , $words[$line]
|
||||||
) . ' ' . $word;
|
) . ' ' . $word;
|
||||||
|
|
||||||
if (self::_width($try) > $width)
|
if (self::_width($markup) > $width)
|
||||||
{
|
{
|
||||||
$line++;
|
$line++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue