mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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]))
|
||||
{
|
||||
$try = implode(
|
||||
$markup = implode(
|
||||
' ' , $words[$line]
|
||||
) . ' ' . $word;
|
||||
|
||||
if (self::_width($try) > $width)
|
||||
if (self::_width($markup) > $width)
|
||||
{
|
||||
$line++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue