Skip to content

Commit c0231fc

Browse files
committed
fix: radio minor formatting fix
1 parent c6c5f98 commit c0231fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/HTMLFieldGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static function generateHTML(GeneratorField $field, $templateType): strin
4747
}
4848

4949
return view($templateType.'.fields.radio_group', array_merge(
50-
['radioButtons' => implode(infy_nl(), $radioButtons)],
50+
['radioButtons' => implode(infy_nl_tab(), $radioButtons)],
5151
array_merge(
5252
$field->variables(),
5353
$variables

0 commit comments

Comments
 (0)