@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | |
| 45 | 45 | public function init() |
| 46 | 46 | { |
| 47 | - $this->setAttribute('id','jobs-list-filter'); |
|
| 47 | + $this->setAttribute('id', 'jobs-list-filter'); |
|
| 48 | 48 | $this->setOption('text_span', 5); |
| 49 | 49 | parent::init(); |
| 50 | 50 | $this->setButtonElement('q'); |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | ), |
| 84 | 84 | 'attributes' => [ |
| 85 | 85 | 'value' => '10', // default distance |
| 86 | - 'data-searchbox' => -1, // hide the search box |
|
| 86 | + 'data-searchbox' => -1, // hide the search box |
|
| 87 | 87 | 'data-allowclear' => 'false', // allow to clear a selected value |
| 88 | 88 | 'data-placeholder' => /*@translate*/ 'Distance', |
| 89 | 89 | 'data-width' => '100%', |