diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-29 18:17:57 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-29 18:17:57 +0100 |
commit | 494260fa4a28283e5332b0336d340c1551092b1c (patch) | |
tree | 56845c1f93a03f9c7b6668d531757ba34e58714b /resources/views/pages/guestbook.blade.php | |
parent | 103d6b7f3d1aa513a35f9564d415e2d51ff0a239 (diff) |
Fix class names
Diffstat (limited to 'resources/views/pages/guestbook.blade.php')
-rw-r--r-- | resources/views/pages/guestbook.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/guestbook.blade.php b/resources/views/pages/guestbook.blade.php index 9037ab5..2037311 100644 --- a/resources/views/pages/guestbook.blade.php +++ b/resources/views/pages/guestbook.blade.php @@ -2,7 +2,7 @@ @section('title', 'Guestbook') @section('content') <br> - <table class="gb-entryform_container"> + <table class="gb-entryform-container"> <tr> <td> <form method="POST" action="/guestbook"> |