From 2ee4894e3d1219985f8036d7461b74b0eff92341 Mon Sep 17 00:00:00 2001 From: Juniorbuka Date: Wed, 19 Aug 2026 10:56:32 +0300 Subject: [PATCH] Update tv.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit php 8.5 (Оновлено tv.php: виправлено синтаксичну помилку --- core/functions/tv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/functions/tv.php b/core/functions/tv.php index 248f553efa..475c67acfc 100644 --- a/core/functions/tv.php +++ b/core/functions/tv.php @@ -684,7 +684,7 @@ function renderFormElement( switch ($field_type) { case 'text': // handler for regular text boxes - case 'rawtext'; // non-htmlentity converted text boxes + case 'rawtext': // non-htmlentity converted text boxes $field_html .= ''; break;