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.
2 parents b48ceec + e42c182 commit 9338f97Copy full SHA for 9338f97
src/resources/views/crud/fields/select2_nested.blade.php
@@ -16,7 +16,7 @@ function echoSelect2NestedEntry($entry, $field, $current_value) {
16
} else {
17
$selected = '';
18
}
19
- echo "<option value='".$entry->getKey()."' '.$selected.'>";
+ echo '<option value="'.$entry->getKey().'"'.$selected.'>';
20
echo str_repeat("-", (int)$entry->depth > 1 ? (int)$entry->depth - 1 : 0).' '.$entry->{$field['attribute']};
21
echo "</option>";
22
0 commit comments