@@ -377,7 +377,7 @@ |
||
377 | 377 | |
378 | 378 | // convert separate place fields into a comma separated placename |
379 | 379 | $fqdn = implode(Place::GEDCOM_SEPARATOR, array_filter(array_reverse( |
380 | - \array_slice($row, 1, $fields - 5)))); |
|
380 | + \array_slice($row, 1, $fields - 5)))); |
|
381 | 381 | |
382 | 382 | $places[] = [ |
383 | 383 | 'pl_level' => $row[0], |
@@ -160,8 +160,8 @@ |
||
160 | 160 | $html = ''; |
161 | 161 | foreach ($options as $value => $option) { |
162 | 162 | $option_attributes = self::attributes([ |
163 | - 'value' => $value, |
|
164 | - 'selected' => \in_array((string)$value, $selected), |
|
163 | + 'value' => $value, |
|
164 | + 'selected' => \in_array((string)$value, $selected), |
|
165 | 165 | ]); |
166 | 166 | |
167 | 167 | $html .= '<option ' . $option_attributes . '>' . e($option) . '</option>'; |