diff options
author | Mario <mario@mariovavti.com> | 2021-09-23 08:50:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-23 08:50:44 +0000 |
commit | 2a2c4d3e9cf09f2ebe0bda68a8c761c23e802e95 (patch) | |
tree | 461499255c1186a508be2360cee442dfde77b7b7 /view/tpl/settings.tpl | |
parent | a451449766d581978068a5b8f8c1e27f50386ea7 (diff) | |
download | volse-hubzilla-2a2c4d3e9cf09f2ebe0bda68a8c761c23e802e95.tar.gz volse-hubzilla-2a2c4d3e9cf09f2ebe0bda68a8c761c23e802e95.tar.bz2 volse-hubzilla-2a2c4d3e9cf09f2ebe0bda68a8c761c23e802e95.zip |
fix bs regression
Diffstat (limited to 'view/tpl/settings.tpl')
-rw-r--r-- | view/tpl/settings.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 27e9d5d60..353da9c2b 100644 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -16,7 +16,7 @@ </a> </h3> </div> - <div id="basic-settings-collapse" class="collapse show" role="tabpanel" aria-labelledby="basic-settings" data-parent="#settings"> + <div id="basic-settings-collapse" class="collapse show" role="tabpanel" aria-labelledby="basic-settings" data-bs-parent="#settings"> <div class="section-content-tools-wrapper"> {{include file="field_input.tpl" field=$username}} {{include file="field_select_grouped.tpl" field=$timezone}} @@ -42,7 +42,7 @@ </a> </h3> </div> - <div id="privacy-settings-collapse" class="collapse" role="tabpanel" aria-labelledby="privacy-settings" data-parent="#settings"> + <div id="privacy-settings-collapse" class="collapse" role="tabpanel" aria-labelledby="privacy-settings" data-bs-parent="#settings"> <div class="section-content-tools-wrapper"> {{include file="field_select_grouped.tpl" field=$role}} {{$autoperms}} @@ -102,7 +102,7 @@ </a> </h3> </div> - <div id="notification-settings-collapse" class="collapse" role="tabpanel" aria-labelledby="notification-settings" data-parent="#settings"> + <div id="notification-settings-collapse" class="collapse" role="tabpanel" aria-labelledby="notification-settings" data-bs-parent="#settings"> <div class="section-content-tools-wrapper"> <div id="settings-notifications"> |