File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1316,7 +1316,7 @@ public function view(string $Page = ''): void
13161316 isset ($ this ->Loader ->ConfigurationDefaults [$ CatKey ][$ DirKey ]['default ' ]) && $ this ->Loader ->Request ->inCsv (
13171317 $ ChoiceKey . ': ' . $ DirValue ['ThisLabelKey ' ],
13181318 $ this ->Loader ->ConfigurationDefaults [$ CatKey ][$ DirKey ]['default ' ]
1319- ) ? 'true ' : 'false ' ,
1319+ ) ? 'true ' : 'false '
13201320 );
13211321 }
13221322 $ ThisDir ['FieldOut ' ] .= sprintf (
@@ -1343,7 +1343,7 @@ public function view(string $Page = ''): void
13431343 isset ($ this ->Loader ->ConfigurationDefaults [$ CatKey ][$ DirKey ]['default ' ]) && $ this ->Loader ->Request ->inCsv (
13441344 $ ChoiceKey ,
13451345 $ this ->Loader ->ConfigurationDefaults [$ CatKey ][$ DirKey ]['default ' ]
1346- ) ? 'true ' : 'false ' ,
1346+ ) ? 'true ' : 'false '
13471347 );
13481348 }
13491349 } elseif (isset ($ DirValue ['style ' ]) && $ DirValue ['style ' ] === 'radio ' ) {
You can’t perform that action at this time.
0 commit comments