diff options
Diffstat (limited to 'view/tpl/tokens.tpl')
-rw-r--r-- | view/tpl/tokens.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/tokens.tpl b/view/tpl/tokens.tpl index d1e6d04bc..6bf8dc202 100644 --- a/view/tpl/tokens.tpl +++ b/view/tpl/tokens.tpl @@ -22,7 +22,7 @@ <div class="panel" id="permission-settings"> <div class="section-subtitle-wrapper" role="tab" id="perms-tool"> <h3> - <a data-bs-toggle="collapse" data-parent="#permission-settings" href="#perms-tool-collapse" aria-expanded="true" aria-controls="perms-tool-collapse"> + <a data-bs-toggle="collapse" data-bs-parent="#permission-settings" href="#perms-tool-collapse" aria-expanded="true" aria-controls="perms-tool-collapse"> {{$permlbl}} </a> </h3> |