diff --git a/app/Setting.php b/app/Setting.php index 492c4e8c..706e1eb7 100644 --- a/app/Setting.php +++ b/app/Setting.php @@ -209,7 +209,7 @@ class Setting extends Model $output .= '
'; $output .= Form::open(['url' => $url, 'method' => 'get']); $output .= '
'; - $output .= Form::text($var, null, ['class' => 'homesearch', autofocus => 'autofocus', 'placeholder' => __($name).' '.__('app.settings.search').'...']); + $output .= Form::text($var, null, ['class' => 'homesearch', 'autofocus' => 'autofocus', 'placeholder' => __($name).' '.__('app.settings.search').'...']); $output .= ''; $output .= '
'; $output .= Form::close();