]> BookStack Code Mirror - bookstack/blobdiff - resources/views/shelves/show.blade.php
Made another mass of accessibility improvements
[bookstack] / resources / views / shelves / show.blade.php
index 3a9d599519a95035e7d4a8cb8dfbcca23303669f..6bfc525a5dc458852ce750984891862857f9b010 100644 (file)
@@ -8,7 +8,7 @@
         ]])
     </div>
 
-    <div class="card content-wrap">
+    <main class="card content-wrap">
         <h1 class="break-text">{{$shelf->name}}</h1>
         <div class="book-content">
             <p class="text-muted">{!! nl2br(e($shelf->description)) !!}</p>
@@ -39,7 +39,7 @@
                 </div>
             @endif
         </div>
-    </div>
+    </main>
 
 @stop