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/admin_settings_features.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/admin_settings_features.tpl')
-rw-r--r-- | view/tpl/admin_settings_features.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_settings_features.tpl b/view/tpl/admin_settings_features.tpl index 330251dce..6c5c2c245 100644 --- a/view/tpl/admin_settings_features.tpl +++ b/view/tpl/admin_settings_features.tpl @@ -14,7 +14,7 @@ </a> </h3> </div> - <div id="{{$g}}-settings-content" class="panel-collapse collapse{{if $g == 'general'}} show{{/if}}" data-parent="#settings" role="tabpanel" aria-labelledby="{{$g}}-settings-title"> + <div id="{{$g}}-settings-content" class="panel-collapse collapse{{if $g == 'general'}} show{{/if}}" data-bs-parent="#settings" role="tabpanel" aria-labelledby="{{$g}}-settings-title"> <div class="section-content-tools-wrapper"> {{foreach $f.1 as $fcat}} {{include file="field_checkbox.tpl" field=$fcat.0}} |