]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/BookSortController.php
Guest create page: name field autofocus
[bookstack] / app / Http / Controllers / BookSortController.php
index 8aac2b76934cd9ca85c0e7b46cb5f5feac049e36..5d0577a74a0a67b04fb641c3002be4ee72932e2a 100644 (file)
@@ -28,7 +28,7 @@ class BookSortController extends Controller
 
         $bookChildren = (new BookContents($book))->getTree(false);
 
-        $this->setPageTitle(trans('entities.books_sort_named', ['bookName'=>$book->getShortName()]));
+        $this->setPageTitle(trans('entities.books_sort_named', ['bookName' => $book->getShortName()]));
 
         return view('books.sort', ['book' => $book, 'current' => $book, 'bookChildren' => $bookChildren]);
     }