diff --git a/libraries/Util.php b/libraries/Util.php index 65ae091d87..fae03df49b 100644 --- a/libraries/Util.php +++ b/libraries/Util.php @@ -2609,30 +2609,12 @@ class Util } $html_field_id = $id_prefix . '_' . $choice_value; - // $radio_html .= '' - // . ($escape_label - // ? htmlspecialchars($choice_label) - // : $choice_label) - // . ''; - - // if ($line_break) { - // $radio_html .= '
'; - // } - - // if (! empty($class)) { - // $radio_html .= ''; - // } - // $radio_html .= "\n"; + } $radio_html .= Template::get('radio_fields')->render([ 'class' => $class, 'html_field_name' => $html_field_name,