aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/admin/guestbook-del-confirm.blade.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-29 18:03:13 +0100
committerFrankie B <frankieraybrown@gmail.com>2023-07-29 18:10:50 +0100
commit8c0a2a6383a447bcfe988f8fa46f3923e30bff17 (patch)
treeab7483cda3af501fc0dfec175dda4983a7b99aad /resources/views/pages/admin/guestbook-del-confirm.blade.php
parente15ea940b3823f8865d63d34e464328be6b25c34 (diff)
Merge fixes into v5.5 branch (#12)
--------- Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Diffstat (limited to 'resources/views/pages/admin/guestbook-del-confirm.blade.php')
-rw-r--r--resources/views/pages/admin/guestbook-del-confirm.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/admin/guestbook-del-confirm.blade.php b/resources/views/pages/admin/guestbook-del-confirm.blade.php
index ebdafd2..7db9e6d 100644
--- a/resources/views/pages/admin/guestbook-del-confirm.blade.php
+++ b/resources/views/pages/admin/guestbook-del-confirm.blade.php
@@ -6,7 +6,7 @@
<p>Are you sure you want to delete this entry?</p>
<h3>Entry Details:</h3>
- <table class="gb_entry_details">
+ <table class="gb-entry_details">
<tr>
<td><b>ID:</b></td>
<td>{{ $entry->id }}</td>