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;