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/generic_addon_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/generic_addon_settings.tpl')
-rw-r--r-- | view/tpl/generic_addon_settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/generic_addon_settings.tpl b/view/tpl/generic_addon_settings.tpl index 92896aec4..aed8276da 100644 --- a/view/tpl/generic_addon_settings.tpl +++ b/view/tpl/generic_addon_settings.tpl @@ -10,7 +10,7 @@ </a> </h3> </div> - <div id="{{$addon.0}}-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="{{$addon.0}}-settings" data-parent="#settings"> + <div id="{{$addon.0}}-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="{{$addon.0}}-settings" data-bs-parent="#settings"> <div class="section-content-tools-wrapper"> {{$content}} {{if $addon.0}} |