diff --git a/shared.php b/shared.php index c7edf52..32ca1e5 100644 --- a/shared.php +++ b/shared.php @@ -169,7 +169,7 @@ } // empty buttons - if ($i < 7) { + if ($i != 0) { for (; $i > 1 and $i <= 7; $i++) $kbd->insertItem(" ", "null"); $kbd->pushLine();