]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/create.blade.php
Fix build:js:watch not building at first launch in Docker
[bookstack] / resources / views / chapters / create.blade.php
index 8953eb0ccac6528b024f9f4d2fe7da3f4db214c2..c9787e6348991073a5c3e265097e0926b8179338 100644 (file)
             ]])
         </div>
 
-        <div class="content-wrap card">
+        <main class="content-wrap card">
             <h1 class="list-heading">{{ trans('entities.chapters_create') }}</h1>
             <form action="{{ $book->getUrl('/create-chapter') }}" method="POST">
-                @include('chapters/form')
+                @include('chapters.form')
             </form>
-        </div>
+        </main>
 
     </div>
 @stop
\ No newline at end of file