From f455b55dc279e73cf8a57c583661feb1cc1a69cd Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Thu, 21 May 2015 11:03:43 +0300 Subject: [PATCH] FIX --- ground/views/point.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ground/views/point.php b/ground/views/point.php index 5112f9f..46fceea 100644 --- a/ground/views/point.php +++ b/ground/views/point.php @@ -1,3 +1,6 @@ +
@@ -50,7 +53,7 @@ 3) { + if (count($text) > 4) { for ($index = $index; $index < count($text); $index++) { print $text[$index] . ' '; }