]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/show.blade.php
Fixed include syntax erroring within vue
[bookstack] / resources / views / books / show.blade.php
index 956dbaf164fffba4b171a5cc25933ccaf4c4ee0a..ea4a079e819b133dadf3963fb1fcf37b770f8360 100644 (file)
@@ -91,7 +91,7 @@
 
 @section('body')
 
-    <div ng-non-bindable class="container small">
+    <div class="container small">
         <h1>{{$book->name}}</h1>
         <div class="book-content" v-show="!searching">
             <p class="text-muted" v-pre>{!! nl2br(e($book->description)) !!}</p>