diff --git a/app/Setting.php b/app/Setting.php index 492c4e8c2..706e1eb7c 100644 --- a/app/Setting.php +++ b/app/Setting.php @@ -209,7 +209,7 @@ public static function search() $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();