We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c5f98 commit c0231fcCopy full SHA for c0231fc
src/Utils/HTMLFieldGenerator.php
@@ -47,7 +47,7 @@ public static function generateHTML(GeneratorField $field, $templateType): strin
47
}
48
49
return view($templateType.'.fields.radio_group', array_merge(
50
- ['radioButtons' => implode(infy_nl(), $radioButtons)],
+ ['radioButtons' => implode(infy_nl_tab(), $radioButtons)],
51
array_merge(
52
$field->variables(),
53
$variables
0 commit comments