Browse Source

Remove extra whitespace (Islandora#2065)

pull/863/head
Ant Brown 3 years ago
parent
commit
7661762e95
  1. 2
      src/Plugin/views/field/IntegerWeightSelector.php

2
src/Plugin/views/field/IntegerWeightSelector.php

@ -46,7 +46,7 @@ class IntegerWeightSelector extends FieldPluginBase {
$options[$this->getValue($row)] = $this->getValue($row);
}
// If we were given some blank values, or less than the
// If we were given some blank values, or less than the
// total_rows for the view, we need to fill
// out the option list from 1 through the result count
// to make sure we have enough. (Blanks should only appear

Loading…
Cancel
Save