]> BookStack Code Mirror - bookstack/blobdiff - resources/views/comments/comments.blade.php
move zip export into exportservice
[bookstack] / resources / views / comments / comments.blade.php
index 5bfcc31bd4a730b80f75e94998ac7dab619946a0..fc81f13ee73053e4c4e208f64cc64e9eb8183826 100644 (file)
@@ -1,4 +1,4 @@
-<div page-comments page-id="{{ $page->id }}" class="comments-list">
+<section page-comments page-id="{{ $page->id }}" class="comments-list" aria-label="{{ trans('entities.comments') }}">
 
     @exposeTranslations([
         'entities.comment_updated_success',
@@ -34,4 +34,4 @@
         @endif
     @endif
 
-</div>
\ No newline at end of file
+</section>
\ No newline at end of file