From: Dan Brown Date: Sun, 25 Mar 2018 10:35:58 +0000 (+0100) Subject: Removed invalid bracket from view X-Git-Tag: v0.20.1~1^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/f1586be516bf7ecfc8e4983ff045c3ed30e18afa Removed invalid bracket from view --- diff --git a/resources/views/books/restrictions.blade.php b/resources/views/books/restrictions.blade.php index b85396933..88a3b2419 100644 --- a/resources/views/books/restrictions.blade.php +++ b/resources/views/books/restrictions.blade.php @@ -11,7 +11,7 @@

 

-

<@icon('lock') {{ trans('entities.books_permissions') }}

+

@icon('lock') {{ trans('entities.books_permissions') }}

@include('form/restriction-form', ['model' => $book])