Skip to content

Commit ec1975c

Browse files
RuiGauyajra
authored andcommitted
Update html-builder-table.md
Misplaced closing square bracket.
1 parent 70673c9 commit ec1975c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-builder-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ On your `resources/views/users/index.blade.php`.
3434
@extends('app')
3535

3636
@section('contents')
37-
{!! $html->table(['class' => 'table table-bordered', true]) !!}
37+
   {!! $html->table(['class' => 'table table-bordered'], true) !!}
3838
@endsection
3939

4040
@push('scripts')

0 commit comments

Comments
 (0)