Fix coding guideline violations

This commit is contained in:
Matthias Jentsch 2015-03-31 17:41:57 +02:00
parent b0b0ae157c
commit 9fbd7822d0
1 changed files with 5 additions and 5 deletions

View File

@ -405,10 +405,10 @@ class FilterEditor extends AbstractWidget
if ($this->addTo && $this->addTo === $filter->getId()) {
return
preg_replace(
'/ class="autosubmit"/',
' class="autofocus"',
$this->selectOperator()
)
'/ class="autosubmit"/',
' class="autofocus"',
$this->selectOperator()
)
. '<ul><li>'
. $this->selectColumn($filter)
. $this->selectSign($filter)
@ -655,7 +655,7 @@ class FilterEditor extends AbstractWidget
. t('Search...')
. '" /></form>';
if ($this->filter->isEmpty()) {
if ($this->filter->isEmpty()) {
$title = t('Filter this list');
} else {
$title = t('Modify this filter');